diff options
Diffstat (limited to 'drivers/mtd/ubi/scan.h')
-rw-r--r-- | drivers/mtd/ubi/scan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/scan.h b/drivers/mtd/ubi/scan.h index b1eeb0bda0e7..7d7e65f11f14 100644 --- a/drivers/mtd/ubi/scan.h +++ b/drivers/mtd/ubi/scan.h | |||
@@ -161,7 +161,7 @@ int ubi_add_to_av(struct ubi_device *ubi, struct ubi_attach_info *ai, int pnum, | |||
161 | int ec, const struct ubi_vid_hdr *vid_hdr, int bitflips); | 161 | int ec, const struct ubi_vid_hdr *vid_hdr, int bitflips); |
162 | struct ubi_ainf_volume *ubi_find_av(const struct ubi_attach_info *ai, | 162 | struct ubi_ainf_volume *ubi_find_av(const struct ubi_attach_info *ai, |
163 | int vol_id); | 163 | int vol_id); |
164 | void ubi_scan_rm_volume(struct ubi_attach_info *ai, struct ubi_ainf_volume *av); | 164 | void ubi_remove_av(struct ubi_attach_info *ai, struct ubi_ainf_volume *av); |
165 | struct ubi_ainf_peb *ubi_scan_get_free_peb(struct ubi_device *ubi, | 165 | struct ubi_ainf_peb *ubi_scan_get_free_peb(struct ubi_device *ubi, |
166 | struct ubi_attach_info *ai); | 166 | struct ubi_attach_info *ai); |
167 | struct ubi_attach_info *ubi_scan(struct ubi_device *ubi); | 167 | struct ubi_attach_info *ubi_scan(struct ubi_device *ubi); |