From bf7f2939c26e7a495d077eb9aa26ebaedf892f7a Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 8 Mar 2009 12:18:26 +0000 Subject: compile and register SPI controller device SVN-Revision: 14789 --- target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/brcm63xx/files/arch/mips/bcm63xx/boards') diff --git a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c b/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c index 4323ee2..56da94b 100644 --- a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #define PFX "board_bcm963xx: " @@ -482,6 +483,7 @@ int __init board_register_devices(void) bcm63xx_uart_register(); bcm63xx_wdt_register(); + bcm63xx_spi_register(); if (board.has_pccard) bcm63xx_pcmcia_register(); -- cgit v1.1