From: Zhang Yunkai Date: Sat, 13 Mar 2021 10:57:02 +0000 (-0800) Subject: mtd: rawnand: remove duplicate include in rawnand.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7a534c5e4159f9bbac9f3c146dc78e163d8858c2;p=linux.git mtd: rawnand: remove duplicate include in rawnand.h 'linux/mtd/nand.h' included in 'rawnand.h' is duplicated. It is also included in the 17th line. Signed-off-by: Zhang Yunkai Signed-off-by: Miquel Raynal Link: https://lore.kernel.org/linux-mtd/20210313105702.365878-1-zhang.yunkai@zte.com.cn --- diff --git a/include/linux/mtd/rawnand.h b/include/linux/mtd/rawnand.h index 6b3240e443101..93e8f72beba61 100644 --- a/include/linux/mtd/rawnand.h +++ b/include/linux/mtd/rawnand.h @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include