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:
Wan Jiabing 2021-04-06 15:16:18 +08:00 committed by Richard Weinberger
parent 42984af09a
commit 9a29f7f020
1 changed files with 0 additions and 2 deletions

View File

@ -388,8 +388,6 @@ struct ubi_volume_desc {
int mode;
};
struct ubi_wl_entry;
/**
* struct ubi_debug_info - debugging information for an UBI device.
*