]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/bcma/bcma_driver_chipcommon.h
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[karo-tx-linux.git] / include / linux / bcma / bcma_driver_chipcommon.h
index cf038431a5cc8c22246110c716e1d96e09f1a1ed..db51a6ffb7d6839ba1ffd08ffd072faed79031dc 100644 (file)
@@ -579,6 +579,8 @@ struct bcma_pflash {
 };
 
 #ifdef CONFIG_BCMA_SFLASH
+struct mtd_info;
+
 struct bcma_sflash {
        bool present;
        u32 window;
@@ -592,13 +594,9 @@ struct bcma_sflash {
 #endif
 
 #ifdef CONFIG_BCMA_NFLASH
-struct mtd_info;
-
 struct bcma_nflash {
        bool present;
        bool boot;              /* This is the flash the SoC boots from */
-
-       struct mtd_info *mtd;
 };
 #endif