diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-09-22 18:00:07 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-10-17 17:40:57 -0400 |
commit | cede969fe21adece300300a455580635590deb47 (patch) | |
tree | a64ccf0720b7fc7be743f9b07c676b9b7fd058c2 /drivers/usb/host/ehci-hcd.c | |
parent | bb4e3b5ac81a9601775e62649038934acafa78e2 (diff) |
usb: remove code associated with !CONFIG_PPC_MERGE
Now that arch/ppc is gone we don't need CONFIG_PPC_MERGE anymore remove
the dead code associated with !CONFIG_PPC_MERGE.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/ehci-hcd.c')
-rw-r--r-- | drivers/usb/host/ehci-hcd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 7378aa137a4a..c6f9961eed3c 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c | |||
@@ -1021,11 +1021,6 @@ MODULE_LICENSE ("GPL"); | |||
1021 | #define PS3_SYSTEM_BUS_DRIVER ps3_ehci_driver | 1021 | #define PS3_SYSTEM_BUS_DRIVER ps3_ehci_driver |
1022 | #endif | 1022 | #endif |
1023 | 1023 | ||
1024 | #if defined(CONFIG_440EPX) && !defined(CONFIG_PPC_MERGE) | ||
1025 | #include "ehci-ppc-soc.c" | ||
1026 | #define PLATFORM_DRIVER ehci_ppc_soc_driver | ||
1027 | #endif | ||
1028 | |||
1029 | #ifdef CONFIG_USB_EHCI_HCD_PPC_OF | 1024 | #ifdef CONFIG_USB_EHCI_HCD_PPC_OF |
1030 | #include "ehci-ppc-of.c" | 1025 | #include "ehci-ppc-of.c" |
1031 | #define OF_PLATFORM_DRIVER ehci_hcd_ppc_of_driver | 1026 | #define OF_PLATFORM_DRIVER ehci_hcd_ppc_of_driver |