aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2012-03-28 20:42:25 +0000
committerJonas Gorski <jogo@openwrt.org>2012-03-28 20:42:25 +0000
commit78fb818f7c46f45272c1ef00c40febe6fc30ace5 (patch)
tree2e12755cb3c115cfdafb9fa9c68810d76032a704 /target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch
parenta2adca6ee9a731aa2b0ee7ca246db8f941266ed6 (diff)
downloadupstream-78fb818f7c46f45272c1ef00c40febe6fc30ace5.tar.gz
upstream-78fb818f7c46f45272c1ef00c40febe6fc30ace5.tar.bz2
upstream-78fb818f7c46f45272c1ef00c40febe6fc30ace5.zip
bcm63xx: replace SPI driver with latest upstream version
SVN-Revision: 31130
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch')
-rw-r--r--target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch b/target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch
index 157899469e..8e0ecafe39 100644
--- a/target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch
+++ b/target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch
@@ -1,8 +1,8 @@
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -924,6 +924,9 @@ int __init board_register_devices(void)
- }
- #endif
+@@ -927,6 +927,9 @@ int __init board_register_devices(void)
+
+ bcm63xx_spi_register();
+ if (board.num_devs)
+ platform_add_devices(board.devs, board.num_devs);