diff options
Diffstat (limited to 'drivers/mtd/ubi/ubi.h')
-rw-r--r-- | drivers/mtd/ubi/ubi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/ubi.h b/drivers/mtd/ubi/ubi.h index 274c67916b34..14a5596d2d9e 100644 --- a/drivers/mtd/ubi/ubi.h +++ b/drivers/mtd/ubi/ubi.h | |||
@@ -473,7 +473,8 @@ int ubi_more_leb_change_data(struct ubi_device *ubi, struct ubi_volume *vol, | |||
473 | const void __user *buf, int count); | 473 | const void __user *buf, int count); |
474 | 474 | ||
475 | /* misc.c */ | 475 | /* misc.c */ |
476 | int ubi_calc_data_len(const struct ubi_device *ubi, const void *buf, int length); | 476 | int ubi_calc_data_len(const struct ubi_device *ubi, const void *buf, |
477 | int length); | ||
477 | int ubi_check_volume(struct ubi_device *ubi, int vol_id); | 478 | int ubi_check_volume(struct ubi_device *ubi, int vol_id); |
478 | void ubi_calculate_reserved(struct ubi_device *ubi); | 479 | void ubi_calculate_reserved(struct ubi_device *ubi); |
479 | 480 | ||