aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/blackfin/mach-bf533/boards/ezkit.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf533/boards/ezkit.c b/arch/blackfin/mach-bf533/boards/ezkit.c
index 69abceafb4d0..08cd0969de47 100644
--- a/arch/blackfin/mach-bf533/boards/ezkit.c
+++ b/arch/blackfin/mach-bf533/boards/ezkit.c
@@ -368,6 +368,10 @@ static struct platform_device *ezkit_devices[] __initdata = {
368 &rtc_device, 368 &rtc_device,
369#endif 369#endif
370 370
371#if defined(CONFIG_SERIAL_BFIN) || defined(CONFIG_SERIAL_BFIN_MODULE)
372 &bfin_uart_device,
373#endif
374
371#if defined(CONFIG_BFIN_SIR) || defined(CONFIG_BFIN_SIR_MODULE) 375#if defined(CONFIG_BFIN_SIR) || defined(CONFIG_BFIN_SIR_MODULE)
372#ifdef CONFIG_BFIN_SIR0 376#ifdef CONFIG_BFIN_SIR0
373 &bfin_sir0_device, 377 &bfin_sir0_device,