|
@@ -688,12 +688,6 @@ static struct platform_device bfin_spi0_device = {
|
|
|
};
|
|
|
#endif /* spi master and devices */
|
|
|
|
|
|
-#if defined(CONFIG_FB_BF537_LQ035) || defined(CONFIG_FB_BF537_LQ035_MODULE)
|
|
|
-static struct platform_device bfin_fb_device = {
|
|
|
- .name = "bf537-lq035",
|
|
|
-};
|
|
|
-#endif
|
|
|
-
|
|
|
#if defined(CONFIG_SERIAL_BFIN) || defined(CONFIG_SERIAL_BFIN_MODULE)
|
|
|
static struct resource bfin_uart_resources[] = {
|
|
|
#ifdef CONFIG_SERIAL_BFIN_UART0
|
|
@@ -957,10 +951,6 @@ static struct platform_device *stamp_devices[] __initdata = {
|
|
|
&bfin_spi0_device,
|
|
|
#endif
|
|
|
|
|
|
-#if defined(CONFIG_FB_BF537_LQ035) || defined(CONFIG_FB_BF537_LQ035_MODULE)
|
|
|
- &bfin_fb_device,
|
|
|
-#endif
|
|
|
-
|
|
|
#if defined(CONFIG_FB_BFIN_T350MCQB) || defined(CONFIG_FB_BFIN_T350MCQB_MODULE)
|
|
|
&bf52x_t350mcqb_device,
|
|
|
#endif
|