|
@@ -21,10 +21,10 @@
|
|
#include <linux/mtd/mtd.h>
|
|
#include <linux/mtd/mtd.h>
|
|
#include <linux/mtd/flashchip.h>
|
|
#include <linux/mtd/flashchip.h>
|
|
#include <linux/mtd/bbm.h>
|
|
#include <linux/mtd/bbm.h>
|
|
|
|
+#include <linux/of.h>
|
|
#include <linux/types.h>
|
|
#include <linux/types.h>
|
|
|
|
|
|
struct nand_flash_dev;
|
|
struct nand_flash_dev;
|
|
-struct device_node;
|
|
|
|
|
|
|
|
/* Scan and identify a NAND device */
|
|
/* Scan and identify a NAND device */
|
|
int nand_scan_with_ids(struct mtd_info *mtd, int max_chips,
|
|
int nand_scan_with_ids(struct mtd_info *mtd, int max_chips,
|