summaryrefslogtreecommitdiff
path: root/board/cssi
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-22 21:50:35 +0300
committerTom Rini <trini@konsulko.com>2021-10-06 16:16:23 +0300
commit1cefed1e39f0038ac6afd9e0c48b8b85fb458fbc (patch)
tree373fc4f509981fb035efc0c9d62664b681bdf83b /board/cssi
parentc0ad62c5f7535bf13b24aab103356f827f40d0cd (diff)
downloadu-boot-1cefed1e39f0038ac6afd9e0c48b8b85fb458fbc.tar.xz
nand.h: Cleanup linux/mtd/rawnand.h usage
We only include <linux/mtd/rawnand.h> in <nand.h> for the forward declaration of struct nand_chip, so do that directly. Then, include <linux/mtd/rawnand.h> where required directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/cssi')
-rw-r--r--board/cssi/MCR3000/nand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/cssi/MCR3000/nand.c b/board/cssi/MCR3000/nand.c
index 15a10bffad..11aca4ff73 100644
--- a/board/cssi/MCR3000/nand.c
+++ b/board/cssi/MCR3000/nand.c
@@ -8,6 +8,7 @@
#include <config.h>
#include <common.h>
#include <nand.h>
+#include <linux/mtd/rawnand.h>
#include <asm/io.h>
#define BIT_CLE ((unsigned short)0x0800)