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 --- drivers/mtd/nand/raw/octeontx_nand.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/mtd/nand/raw/octeontx_nand.c') diff --git a/drivers/mtd/nand/raw/octeontx_nand.c b/drivers/mtd/nand/raw/octeontx_nand.c index e0ccc7b0d90..75476c098fe 100644 --- a/drivers/mtd/nand/raw/octeontx_nand.c +++ b/drivers/mtd/nand/raw/octeontx_nand.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3