Re: [PATCH] drivers: mtd: ubi: Remove unnecessary struct declaration

2021-04-06 Thread Tudor.Ambarus
On 4/6/21 9:37 AM, Wan Jiabing wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > struct ubi_wl_entry is defined at 178th line. > The declaration here is unnecessary. Remove it. > > Signed-off-by: Wan Jiabing the subject of the patch shoul

[PATCH] drivers: mtd: ubi: Remove unnecessary struct declaration

2021-04-05 Thread Wan Jiabing
struct ubi_wl_entry is defined at 178th line. The declaration here is unnecessary. Remove it. Signed-off-by: Wan Jiabing --- drivers/mtd/ubi/ubi.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/mtd/ubi/ubi.h b/drivers/mtd/ubi/ubi.h index c2da77163f94..7c083ad58274 100644 --- a/driv