mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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>
This commit is contained in:
parent
c0ad62c5f7
commit
1cefed1e39
37 changed files with 37 additions and 2 deletions
|
@ -24,6 +24,7 @@
|
|||
#include <image.h>
|
||||
#include <asm/cache.h>
|
||||
#include <linux/mtd/mtd.h>
|
||||
#include <linux/mtd/rawnand.h>
|
||||
#include <command.h>
|
||||
#include <console.h>
|
||||
#include <env.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue