Title: [7406] trunk/arch/blackfin: Remove spurious CONFIG_FB_BF537_LQ035 platform data.
Revision
7406
Author
hennerich
Date
2009-09-22 09:51:34 -0400 (Tue, 22 Sep 2009)

Log Message

Remove spurious CONFIG_FB_BF537_LQ035 platform data.
They are either incomplete, wrong or doesn't make sense

Modified Paths

Diff

Modified: trunk/arch/blackfin/mach-bf527/boards/ezkit.c (7405 => 7406)


--- trunk/arch/blackfin/mach-bf527/boards/ezkit.c	2009-09-22 13:10:09 UTC (rev 7405)
+++ trunk/arch/blackfin/mach-bf527/boards/ezkit.c	2009-09-22 13:51:34 UTC (rev 7406)
@@ -710,12 +710,6 @@
 };
 #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)
 #ifdef CONFIG_SERIAL_BFIN_UART0
 static struct resource bfin_uart0_resources[] = {
@@ -1122,10 +1116,6 @@
 	&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

Modified: trunk/arch/blackfin/mach-bf533/boards/H8606.c (7405 => 7406)


--- trunk/arch/blackfin/mach-bf533/boards/H8606.c	2009-09-22 13:10:09 UTC (rev 7405)
+++ trunk/arch/blackfin/mach-bf533/boards/H8606.c	2009-09-22 13:51:34 UTC (rev 7406)
@@ -279,12 +279,6 @@
 };
 #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-fb",
-};
-#endif
-
 #if defined(CONFIG_SERIAL_BFIN) || defined(CONFIG_SERIAL_BFIN_MODULE)
 #ifdef CONFIG_SERIAL_BFIN_UART0
 static struct resource bfin_uart0_resources[] = {

Modified: trunk/arch/blackfin/mach-bf533/boards/stamp.c (7405 => 7406)


--- trunk/arch/blackfin/mach-bf533/boards/stamp.c	2009-09-22 13:10:09 UTC (rev 7405)
+++ trunk/arch/blackfin/mach-bf533/boards/stamp.c	2009-09-22 13:51:34 UTC (rev 7406)
@@ -344,12 +344,6 @@
 };
 #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-fb",
-};
-#endif
-
 #if defined(CONFIG_SERIAL_BFIN) || defined(CONFIG_SERIAL_BFIN_MODULE)
 #ifdef CONFIG_SERIAL_BFIN_UART0
 static struct resource bfin_uart0_resources[] = {
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to