summaryrefslogtreecommitdiff
path: root/target/linux/brcm47xx/patches-3.8/030-mtd-bcm47xxsflash-add-own-struct-for-abstrating-bus-.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-04-28 16:52:11 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2013-04-28 16:52:11 +0000
commit1bac172c44fd96ee1c5ed94ce2879b15c7a23745 (patch)
treeebb49ea0f4f71c657aaf7c9a0c54521ea6e1fc9e /target/linux/brcm47xx/patches-3.8/030-mtd-bcm47xxsflash-add-own-struct-for-abstrating-bus-.patch
parentf1e214411d8fe78a19d4df6837f4cbc4aa136667 (diff)
downloadmtk-20170518-1bac172c44fd96ee1c5ed94ce2879b15c7a23745.zip
mtk-20170518-1bac172c44fd96ee1c5ed94ce2879b15c7a23745.tar.gz
mtk-20170518-1bac172c44fd96ee1c5ed94ce2879b15c7a23745.tar.bz2
kernel: update bcma and ssb for kernel 3.8+ to version from wireless-testing master-2013-04-26.
SVN-Revision: 36473
Diffstat (limited to 'target/linux/brcm47xx/patches-3.8/030-mtd-bcm47xxsflash-add-own-struct-for-abstrating-bus-.patch')
-rw-r--r--target/linux/brcm47xx/patches-3.8/030-mtd-bcm47xxsflash-add-own-struct-for-abstrating-bus-.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/patches-3.8/030-mtd-bcm47xxsflash-add-own-struct-for-abstrating-bus-.patch b/target/linux/brcm47xx/patches-3.8/030-mtd-bcm47xxsflash-add-own-struct-for-abstrating-bus-.patch
index 1f3eea8..2d2f11b 100644
--- a/target/linux/brcm47xx/patches-3.8/030-mtd-bcm47xxsflash-add-own-struct-for-abstrating-bus-.patch
+++ b/target/linux/brcm47xx/patches-3.8/030-mtd-bcm47xxsflash-add-own-struct-for-abstrating-bus-.patch
@@ -113,8 +113,8 @@
+#endif /* BCM47XXSFLASH */
--- a/include/linux/bcma/bcma_driver_chipcommon.h
+++ b/include/linux/bcma/bcma_driver_chipcommon.h
-@@ -529,6 +529,7 @@ struct bcma_sflash {
- u32 size;
+@@ -544,6 +544,7 @@ struct bcma_nflash {
+ bool boot; /* This is the flash the SoC boots from */
struct mtd_info *mtd;
+ void *priv;