diff options
Diffstat (limited to 'include/ubi_uboot.h')
| -rw-r--r-- | include/ubi_uboot.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/ubi_uboot.h b/include/ubi_uboot.h index 295f2c0ff..095dfc1b2 100644 --- a/include/ubi_uboot.h +++ b/include/ubi_uboot.h @@ -211,6 +211,7 @@ static inline long IS_ERR(const void *ptr)  /* functions */  extern int ubi_mtd_param_parse(const char *val, struct kernel_param *kp);  extern int ubi_init(void); +extern void ubi_exit(void);  extern struct ubi_device *ubi_devices[]; |