From: Masahiro Yamada Date: Tue, 16 Oct 2018 04:33:21 +0000 (+0900) Subject: mtd: rawnand: denali: include instead of X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=321e54047b611a07e4d4478f28f636fd4dd6e744;p=linux.git mtd: rawnand: denali: include instead of The reason of including here is just for BIT() and GENMASK macros. Since commit 8bd9cb51daac8 ("locking/atomics, asm-generic: Move some macros from to a new file"), is enough for such compile-time macros. Signed-off-by: Masahiro Yamada Reviewed-by: Boris Brezillon Signed-off-by: Miquel Raynal --- diff --git a/drivers/mtd/nand/raw/denali.h b/drivers/mtd/nand/raw/denali.h index 57a5498f58bbb..25c00601b8b34 100644 --- a/drivers/mtd/nand/raw/denali.h +++ b/drivers/mtd/nand/raw/denali.h @@ -7,7 +7,7 @@ #ifndef __DENALI_H__ #define __DENALI_H__ -#include +#include #include #include #include