aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/uhci-pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/uhci-pci.c')
-rw-r--r--drivers/usb/host/uhci-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/uhci-pci.c b/drivers/usb/host/uhci-pci.c
index 4cd79888804b..940304c33224 100644
--- a/drivers/usb/host/uhci-pci.c
+++ b/drivers/usb/host/uhci-pci.c
@@ -279,7 +279,7 @@ static const struct hc_driver uhci_driver = {
279 .hub_control = uhci_hub_control, 279 .hub_control = uhci_hub_control,
280}; 280};
281 281
282static DEFINE_PCI_DEVICE_TABLE(uhci_pci_ids) = { { 282static const struct pci_device_id uhci_pci_ids[] = { {
283 /* handle any USB UHCI controller */ 283 /* handle any USB UHCI controller */
284 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_UHCI, ~0), 284 PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_USB_UHCI, ~0),
285 .driver_data = (unsigned long) &uhci_driver, 285 .driver_data = (unsigned long) &uhci_driver,