From 769a390d818dfd0957eb259cc7455a01b800c23e Mon Sep 17 00:00:00 2001 From: jogo Date: Wed, 28 Mar 2012 20:42:25 +0000 Subject: bcm63xx: replace SPI driver with latest upstream version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31130 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch') 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 157899469..8e0ecafe3 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); -- cgit v1.2.3