Title: [3959] trunk/arch/blackfin/mach-bf548/boards/ezkit.c: [#2424] Trash bf54x-hcd driver - we use the musb driver
Revision
3959
Author
hennerich
Date
2007-11-29 08:24:00 -0600 (Thu, 29 Nov 2007)

Log Message

[#2424] Trash bf54x-hcd driver - we use the musb driver

Diffstat

 ezkit.c |   21 ---------------------
 1 files changed, 21 deletions(-)

Modified Paths

Diff

Modified: trunk/arch/blackfin/mach-bf548/boards/ezkit.c (3958 => 3959)


--- trunk/arch/blackfin/mach-bf548/boards/ezkit.c	2007-11-29 14:22:22 UTC (rev 3958)
+++ trunk/arch/blackfin/mach-bf548/boards/ezkit.c	2007-11-29 14:24:00 UTC (rev 3959)
@@ -206,23 +206,6 @@
 };
 #endif
 
-#if defined(CONFIG_USB_BF54x_HCD) || defined(CONFIG_USB_BF54x_HCD_MODULE)
-static struct resource bf54x_hcd_resources[] = {
-	{
-		.start = 0xFFC03C00,
-		.end = 0xFFC040FF,
-		.flags = IORESOURCE_MEM,
-	},
-};
-
-static struct platform_device bf54x_hcd = {
-	.name = "bf54x-hcd",
-	.id = 0,
-	.num_resources = ARRAY_SIZE(bf54x_hcd_resources),
-	.resource = bf54x_hcd_resources,
-};
-#endif
-
 #if defined(CONFIG_USB_MUSB_HDRC) || defined(CONFIG_USB_MUSB_HDRC_MODULE)
 static struct resource musb_resources[] = {
 	[0] = {
@@ -548,10 +531,6 @@
 	&smsc911x_device,
 #endif
 
-#if defined(CONFIG_USB_BF54x_HCD) || defined(CONFIG_USB_BF54x_HCD_MODULE)
-	&bf54x_hcd,
-#endif
-
 #if defined(CONFIG_USB_MUSB_HDRC) || defined(CONFIG_USB_MUSB_HDRC_MODULE)
 	&musb_device,
 #endif
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to