diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2006-01-20 23:06:09 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-20 23:49:55 +0100 |
commit | 76fa9a240de4294a097235c9ddd470c21eb3449e (patch) | |
tree | f29b42b106e5394942c59102b8387f5dd322b6b7 /arch/mips/au1000/common/platform.c | |
parent | [PATCH] USB: EHCI and Freescale 83xx quirk (diff) | |
download | linux-76fa9a240de4294a097235c9ddd470c21eb3449e.tar.xz linux-76fa9a240de4294a097235c9ddd470c21eb3449e.zip |
[PATCH] USB: EHCI for AU1200
ALCHEMY: Add EHCI support for AU1200
Updated by removing the OHCI support
Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/mips/au1000/common/platform.c')
-rw-r--r-- | arch/mips/au1000/common/platform.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/au1000/common/platform.c b/arch/mips/au1000/common/platform.c index 48d3f54f88f8..1fb3dbdb93be 100644 --- a/arch/mips/au1000/common/platform.c +++ b/arch/mips/au1000/common/platform.c @@ -278,9 +278,7 @@ static struct platform_device *au1xxx_platform_devices[] __initdata = { &au1100_lcd_device, #endif #ifdef CONFIG_SOC_AU1200 -#if 0 /* fixme */ &au1xxx_usb_ehci_device, -#endif &au1xxx_usb_gdt_device, &au1xxx_usb_otg_device, &au1200_lcd_device, |