Merge branch 'next/drivers' into HEAD
[deliverable/linux.git] / drivers / usb / host / uhci-hcd.c
index e4db350602b8ea639aca1a1d30a069901f0e4db8..4b9e9aba26654e3f70f5801bf2ada2438a739c94 100644 (file)
@@ -846,6 +846,11 @@ static const char hcd_name[] = "uhci_hcd";
 #define PLATFORM_DRIVER                uhci_grlib_driver
 #endif
 
+#ifdef CONFIG_USB_UHCI_PLATFORM
+#include "uhci-platform.c"
+#define PLATFORM_DRIVER                uhci_platform_driver
+#endif
+
 #if !defined(PCI_DRIVER) && !defined(PLATFORM_DRIVER)
 #error "missing bus glue for uhci-hcd"
 #endif
This page took 0.026864 seconds and 5 git commands to generate.