diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2500pci.c')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2500pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2500pci.c b/drivers/net/wireless/rt2x00/rt2500pci.c index a511cccc9f01..79f4fe65a119 100644 --- a/drivers/net/wireless/rt2x00/rt2500pci.c +++ b/drivers/net/wireless/rt2x00/rt2500pci.c | |||
@@ -2120,7 +2120,7 @@ static const struct rt2x00_ops rt2500pci_ops = { | |||
2120 | /* | 2120 | /* |
2121 | * RT2500pci module information. | 2121 | * RT2500pci module information. |
2122 | */ | 2122 | */ |
2123 | static DEFINE_PCI_DEVICE_TABLE(rt2500pci_device_table) = { | 2123 | static const struct pci_device_id rt2500pci_device_table[] = { |
2124 | { PCI_DEVICE(0x1814, 0x0201) }, | 2124 | { PCI_DEVICE(0x1814, 0x0201) }, |
2125 | { 0, } | 2125 | { 0, } |
2126 | }; | 2126 | }; |