]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/nand.h
applied patches from Freescale and Ka-Ro
[karo-tx-uboot.git] / include / nand.h
index 2a81597a65d9bd4366b8dcbfe44929d85ad17dc5..43381666a20a1ecaa4b533665dc220f85464fecc 100644 (file)
@@ -30,7 +30,7 @@ extern void nand_init(void);
 #include <linux/mtd/mtd.h>
 #include <linux/mtd/nand.h>
 
-extern int board_nand_init(struct nand_chip *nand);
+extern int board_nand_init(struct mtd_info *mtd, struct nand_chip *nand);
 
 typedef struct mtd_info nand_info_t;