aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBryan Wu <bryan.wu@analog.com>2007-10-21 05:03:55 -0400
committerBryan Wu <bryan.wu@analog.com>2007-10-21 05:03:55 -0400
commitd4b1d27368314ac79ae28082a0eb17b4c526bd14 (patch)
tree916d25807b7cace0f8d17be14f86c590c0b825a9 /arch
parent452af71f36685c932a5cce540a48c1818df6533f (diff)
Blackfin arch: update boards files
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/blackfin/mach-bf548/boards/ezkit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf548/boards/ezkit.c b/arch/blackfin/mach-bf548/boards/ezkit.c
index f5428a57b6e2..6b6490e66b30 100644
--- a/arch/blackfin/mach-bf548/boards/ezkit.c
+++ b/arch/blackfin/mach-bf548/boards/ezkit.c
@@ -560,7 +560,7 @@ static struct platform_device *ezkit_devices[] __initdata = {
560 560
561#if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE) 561#if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE)
562 &bf54x_spi_master0, 562 &bf54x_spi_master0,
563/* &bf54x_spi_master1,*/ 563 &bf54x_spi_master1,
564#endif 564#endif
565 565
566#if defined(CONFIG_KEYBOARD_BFIN) || defined(CONFIG_KEYBOARD_BFIN_MODULE) 566#if defined(CONFIG_KEYBOARD_BFIN) || defined(CONFIG_KEYBOARD_BFIN_MODULE)