diff options
| -rw-r--r-- | drivers/firewire/ohci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/ohci.c b/drivers/firewire/ohci.c index a61571c63c59..6610d2d38802 100644 --- a/drivers/firewire/ohci.c +++ b/drivers/firewire/ohci.c | |||
| @@ -2657,7 +2657,7 @@ static int pci_resume(struct pci_dev *dev) | |||
| 2657 | } | 2657 | } |
| 2658 | #endif | 2658 | #endif |
| 2659 | 2659 | ||
| 2660 | static struct pci_device_id pci_table[] = { | 2660 | static const struct pci_device_id pci_table[] = { |
| 2661 | { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_FIREWIRE_OHCI, ~0) }, | 2661 | { PCI_DEVICE_CLASS(PCI_CLASS_SERIAL_FIREWIRE_OHCI, ~0) }, |
| 2662 | { } | 2662 | { } |
| 2663 | }; | 2663 | }; |
