diff --git a/[refs] b/[refs] index 707ce4c031bf..16022fcbe23a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3af8e931c783d52c9c5df93604e622eb5e054ee8 +refs/heads/master: e062ceab35801314bfa3e08e7c76faf0045fcf79 diff --git a/trunk/arch/blackfin/mach-bf533/boards/ezkit.c b/trunk/arch/blackfin/mach-bf533/boards/ezkit.c index 69abceafb4d0..08cd0969de47 100644 --- a/trunk/arch/blackfin/mach-bf533/boards/ezkit.c +++ b/trunk/arch/blackfin/mach-bf533/boards/ezkit.c @@ -368,6 +368,10 @@ static struct platform_device *ezkit_devices[] __initdata = { &rtc_device, #endif +#if defined(CONFIG_SERIAL_BFIN) || defined(CONFIG_SERIAL_BFIN_MODULE) + &bfin_uart_device, +#endif + #if defined(CONFIG_BFIN_SIR) || defined(CONFIG_BFIN_SIR_MODULE) #ifdef CONFIG_BFIN_SIR0 &bfin_sir0_device,