]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/mtd/nand/denali.h
Merge git://git.denx.de/u-boot-marvell
[people/ms/u-boot.git] / drivers / mtd / nand / denali.h
index db1457a680eef809e282f2175c52ea5b3d99c803..694bce53a955f272891a81b43e5cec3f8f394c50 100644 (file)
@@ -436,7 +436,6 @@ struct nand_buf {
 #define DT             3
 
 struct denali_nand_info {
-       struct mtd_info *mtd;
        struct nand_chip nand;
        int flash_bank; /* currently selected chip */
        int status;
@@ -465,4 +464,6 @@ struct denali_nand_info {
        uint32_t max_banks;
 };
 
+int denali_init(struct denali_nand_info *denali);
+
 #endif /* __DENALI_H__ */