bcm63xx: replace SPI driver with latest upstream version
SVN-Revision: 31130
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user