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 --- cmd/nand.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/nand.c') diff --git a/cmd/nand.c b/cmd/nand.c index d381053c6a..df5a4b1db1 100644 --- a/cmd/nand.c +++ b/cmd/nand.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3