xhci: Fix a race in usb2 LPM resume, blocking U3 for usb2 devices
[firefly-linux-kernel-4.4.55.git] / drivers / usb / host / uhci-pci.c
index 4cd79888804bb679b1ff85f850bb6d2e362d8fd3..940304c33224574439cea18d83f24b6bc763ba10 100644 (file)
@@ -279,7 +279,7 @@ static const struct hc_driver uhci_driver = {
        .hub_control =          uhci_hub_control,
 };
 
-static DEFINE_PCI_DEVICE_TABLE(uhci_pci_ids) = { {
+static const struct pci_device_id uhci_pci_ids[] = { {
        /* handle any USB UHCI controller */
        PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_UHCI, ~0),
        .driver_data =  (unsigned long) &uhci_driver,