diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-16 22:05:40 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-16 22:05:40 -0400 |
commit | 63a93699c6a58795b854ff573542a08367684dae (patch) | |
tree | 057ab4cbde66862c51867dde030be69a2fa7073f /drivers/usb/host/ohci-hcd.c | |
parent | 16d8775700f1815076f879719ce14b33f50a3171 (diff) | |
parent | 21bd6d37cf23e643020bf28b41844ff0040c9393 (diff) |
Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-arm
* 'remove' of master.kernel.org:/home/rmk/linux-2.6-arm:
ARM: 6629/2: aaec2000: remove support for mach-aaec2000
ARM: lh7a40x: remove unmaintained platform support
Fix up trivial conflicts in
- arch/arm/mach-{aaec2000,lh7a40x}/include/mach/memory.h (removed)
- drivers/usb/gadget/Kconfig (USB_[GADGET_]LH7A40X removed, others added)
Diffstat (limited to 'drivers/usb/host/ohci-hcd.c')
-rw-r--r-- | drivers/usb/host/ohci-hcd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index f4062bba9d04..e7288639edb0 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c | |||
@@ -1014,11 +1014,6 @@ MODULE_LICENSE ("GPL"); | |||
1014 | #define OMAP3_PLATFORM_DRIVER ohci_hcd_omap3_driver | 1014 | #define OMAP3_PLATFORM_DRIVER ohci_hcd_omap3_driver |
1015 | #endif | 1015 | #endif |
1016 | 1016 | ||
1017 | #ifdef CONFIG_ARCH_LH7A404 | ||
1018 | #include "ohci-lh7a404.c" | ||
1019 | #define PLATFORM_DRIVER ohci_hcd_lh7a404_driver | ||
1020 | #endif | ||
1021 | |||
1022 | #if defined(CONFIG_PXA27x) || defined(CONFIG_PXA3xx) | 1017 | #if defined(CONFIG_PXA27x) || defined(CONFIG_PXA3xx) |
1023 | #include "ohci-pxa27x.c" | 1018 | #include "ohci-pxa27x.c" |
1024 | #define PLATFORM_DRIVER ohci_hcd_pxa27x_driver | 1019 | #define PLATFORM_DRIVER ohci_hcd_pxa27x_driver |