]> Pileus Git - ~andy/linux/blobdiff - drivers/usb/host/uhci-pci.c
Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
[~andy/linux] / 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,