diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-04-28 16:52:11 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-04-28 16:52:11 +0000 |
commit | 1bac172c44fd96ee1c5ed94ce2879b15c7a23745 (patch) | |
tree | ebb49ea0f4f71c657aaf7c9a0c54521ea6e1fc9e /target/linux/brcm47xx/patches-3.8/070-bcma-add-functions-to-write-to-serial-flash.patch | |
parent | f1e214411d8fe78a19d4df6837f4cbc4aa136667 (diff) | |
download | upstream-1bac172c44fd96ee1c5ed94ce2879b15c7a23745.tar.gz upstream-1bac172c44fd96ee1c5ed94ce2879b15c7a23745.tar.bz2 upstream-1bac172c44fd96ee1c5ed94ce2879b15c7a23745.zip |
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/070-bcma-add-functions-to-write-to-serial-flash.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.8/070-bcma-add-functions-to-write-to-serial-flash.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/patches-3.8/070-bcma-add-functions-to-write-to-serial-flash.patch b/target/linux/brcm47xx/patches-3.8/070-bcma-add-functions-to-write-to-serial-flash.patch index 0bd23cc714..bba2b69e46 100644 --- a/target/linux/brcm47xx/patches-3.8/070-bcma-add-functions-to-write-to-serial-flash.patch +++ b/target/linux/brcm47xx/patches-3.8/070-bcma-add-functions-to-write-to-serial-flash.patch @@ -269,7 +269,7 @@ /** ChipCommon core registers. **/ #define BCMA_CC_ID 0x0000 -@@ -520,19 +521,6 @@ struct bcma_pflash { +@@ -523,19 +524,6 @@ struct bcma_pflash { u32 window_size; }; @@ -289,7 +289,7 @@ #ifdef CONFIG_BCMA_NFLASH struct mtd_info; -@@ -566,7 +554,7 @@ struct bcma_drv_cc { +@@ -570,7 +558,7 @@ struct bcma_drv_cc { #ifdef CONFIG_BCMA_DRIVER_MIPS struct bcma_pflash pflash; #ifdef CONFIG_BCMA_SFLASH |