diff options
-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 104d6348377e..d09ff8f294fe 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c | |||
@@ -1348,7 +1348,7 @@ MODULE_LICENSE ("GPL"); | |||
1348 | 1348 | ||
1349 | #if !IS_ENABLED(CONFIG_USB_EHCI_PCI) && \ | 1349 | #if !IS_ENABLED(CONFIG_USB_EHCI_PCI) && \ |
1350 | !IS_ENABLED(CONFIG_USB_EHCI_HCD_PLATFORM) && \ | 1350 | !IS_ENABLED(CONFIG_USB_EHCI_HCD_PLATFORM) && \ |
1351 | !defined(CONFIG_USB_CHIPIDEA_HOST) && \ | 1351 | !IS_ENABLED(CONFIG_USB_CHIPIDEA_HOST) && \ |
1352 | !defined(PLATFORM_DRIVER) && \ | 1352 | !defined(PLATFORM_DRIVER) && \ |
1353 | !defined(PS3_SYSTEM_BUS_DRIVER) && \ | 1353 | !defined(PS3_SYSTEM_BUS_DRIVER) && \ |
1354 | !defined(OF_PLATFORM_DRIVER) && \ | 1354 | !defined(OF_PLATFORM_DRIVER) && \ |