diff options
Diffstat (limited to 'drivers/mtd/ubi/ubi.h')
-rw-r--r-- | drivers/mtd/ubi/ubi.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/mtd/ubi/ubi.h b/drivers/mtd/ubi/ubi.h index a8cdbd0364fb..3a88cf1eaaa8 100644 --- a/drivers/mtd/ubi/ubi.h +++ b/drivers/mtd/ubi/ubi.h | |||
@@ -423,8 +423,9 @@ int ubi_add_volume(struct ubi_device *ubi, struct ubi_volume *vol); | |||
423 | void ubi_free_volume(struct ubi_device *ubi, struct ubi_volume *vol); | 423 | void ubi_free_volume(struct ubi_device *ubi, struct ubi_volume *vol); |
424 | 424 | ||
425 | /* upd.c */ | 425 | /* upd.c */ |
426 | int ubi_start_update(struct ubi_device *ubi, int vol_id, long long bytes); | 426 | int ubi_start_update(struct ubi_device *ubi, struct ubi_volume *vol, |
427 | int ubi_more_update_data(struct ubi_device *ubi, int vol_id, | 427 | long long bytes); |
428 | int ubi_more_update_data(struct ubi_device *ubi, struct ubi_volume *vol, | ||
428 | const void __user *buf, int count); | 429 | const void __user *buf, int count); |
429 | 430 | ||
430 | /* misc.c */ | 431 | /* misc.c */ |