|
@@ -1,6 +1,14 @@
|
|
|
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
|
|
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
|
|
|
-@@ -933,6 +933,9 @@ int __init board_register_devices(void)
|
|
|
+@@ -17,6 +17,7 @@
|
|
|
+ #include <linux/ssb/ssb.h>
|
|
|
+ #include <linux/gpio_keys.h>
|
|
|
+ #include <linux/input.h>
|
|
|
++#include <linux/spi/spi.h>
|
|
|
+ #include <asm/addrspace.h>
|
|
|
+ #include <bcm63xx_board.h>
|
|
|
+ #include <bcm63xx_cpu.h>
|
|
|
+@@ -933,6 +934,9 @@ int __init board_register_devices(void)
|
|
|
if (board.num_devs)
|
|
|
platform_add_devices(board.devs, board.num_devs);
|
|
|
|