From 1cefed1e39f0038ac6afd9e0c48b8b85fb458fbc Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 22 Sep 2021 14:50:35 -0400 Subject: nand.h: Cleanup linux/mtd/rawnand.h usage We only include in for the forward declaration of struct nand_chip, so do that directly. Then, include where required directly. Signed-off-by: Tom Rini --- include/mxs_nand.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mxs_nand.h') diff --git a/include/mxs_nand.h b/include/mxs_nand.h index c0cefaca90b..66c909318d1 100644 --- a/include/mxs_nand.h +++ b/include/mxs_nand.h @@ -8,6 +8,7 @@ */ #include +#include #include #include #include -- cgit v1.2.3