Skip to content

Commit cb33ade

Browse files
Zhang Zekunrichardweinberger
authored andcommitted
mtd: ubi: Rmove unused declaration in header file
The definition of ubi_destroy_ai() has been removed since commit dac6e20 ("UBI: Add fastmap stuff to attach.c"). Remove the empty declaration in header file. Signed-off-by: Zhang Zekun <[email protected]> Reviewed-by: Zhihao Cheng <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent 84a2bee commit cb33ade

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/mtd/ubi/ubi.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,6 @@ void ubi_remove_av(struct ubi_attach_info *ai, struct ubi_ainf_volume *av);
831831
struct ubi_ainf_peb *ubi_early_get_peb(struct ubi_device *ubi,
832832
struct ubi_attach_info *ai);
833833
int ubi_attach(struct ubi_device *ubi, int force_scan);
834-
void ubi_destroy_ai(struct ubi_attach_info *ai);
835834

836835
/* vtbl.c */
837836
int ubi_change_vtbl_record(struct ubi_device *ubi, int idx,

0 commit comments

Comments
 (0)