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 72ba24a13a72..a406f5b4ffeb 100644 --- a/drivers/mtd/ubi/scan.h +++ b/drivers/mtd/ubi/scan.h | |||
@@ -165,6 +165,6 @@ void ubi_remove_av(struct ubi_attach_info *ai, struct ubi_ainf_volume *av); | |||
165 | struct ubi_ainf_peb *ubi_early_get_peb(struct ubi_device *ubi, | 165 | struct ubi_ainf_peb *ubi_early_get_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); |
168 | void ubi_scan_destroy_ai(struct ubi_attach_info *ai); | 168 | void ubi_destroy_ai(struct ubi_attach_info *ai); |
169 | 169 | ||
170 | #endif /* !__UBI_SCAN_H__ */ | 170 | #endif /* !__UBI_SCAN_H__ */ |