ubi: Remove unnecessary struct declaration
struct ubi_wl_entry is defined at 178th line. The declaration here is unnecessary. Remove it. Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com> Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
42984af09a
commit
9a29f7f020
|
@ -388,8 +388,6 @@ struct ubi_volume_desc {
|
|||
int mode;
|
||||
};
|
||||
|
||||
struct ubi_wl_entry;
|
||||
|
||||
/**
|
||||
* struct ubi_debug_info - debugging information for an UBI device.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue