diff options
Diffstat (limited to 'drivers/usb/host/ehci-hcd.c')
-rw-r--r-- | drivers/usb/host/ehci-hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index f005438dedae..889c2027e7f7 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c | |||
@@ -994,7 +994,7 @@ MODULE_LICENSE ("GPL"); | |||
994 | #define PCI_DRIVER ehci_pci_driver | 994 | #define PCI_DRIVER ehci_pci_driver |
995 | #endif | 995 | #endif |
996 | 996 | ||
997 | #ifdef CONFIG_MPC834x | 997 | #ifdef CONFIG_USB_EHCI_FSL |
998 | #include "ehci-fsl.c" | 998 | #include "ehci-fsl.c" |
999 | #define PLATFORM_DRIVER ehci_fsl_driver | 999 | #define PLATFORM_DRIVER ehci_fsl_driver |
1000 | #endif | 1000 | #endif |