Commit 9a29f7f0 authored by Wan Jiabing's avatar Wan Jiabing Committed by Richard Weinberger

ubi: Remove unnecessary struct declaration

struct ubi_wl_entry is defined at 178th line.
The declaration here is unnecessary. Remove it.
Reviewed-by: default avatarTudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: default avatarWan Jiabing <wanjiabing@vivo.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 42984af0
...@@ -388,8 +388,6 @@ struct ubi_volume_desc { ...@@ -388,8 +388,6 @@ struct ubi_volume_desc {
int mode; int mode;
}; };
struct ubi_wl_entry;
/** /**
* struct ubi_debug_info - debugging information for an UBI device. * struct ubi_debug_info - debugging information for an UBI device.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment