]> Git Repo - linux.git/commitdiff
ubi: Remove unnecessary struct declaration
authorWan Jiabing <[email protected]>
Tue, 6 Apr 2021 07:16:18 +0000 (15:16 +0800)
committerRichard Weinberger <[email protected]>
Thu, 15 Apr 2021 20:01:25 +0000 (22:01 +0200)
struct ubi_wl_entry is defined at 178th line.
The declaration here is unnecessary. Remove it.

Reviewed-by: Tudor Ambarus <[email protected]>
Signed-off-by: Wan Jiabing <[email protected]>
Signed-off-by: Richard Weinberger <[email protected]>
drivers/mtd/ubi/ubi.h

index c2da77163f948142a77b4b3aea0e50918f806373..7c083ad58274a2673fc1cc38f903da3995467a98 100644 (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.
  *
This page took 0.061 seconds and 4 git commands to generate.