Remove __devinitdata, it's obsolete and breaks compilation on Linux 3.8+

This commit is contained in:
Pavel Roskin 2013-11-08 10:59:32 -05:00
parent f72edc7741
commit 2340147dee
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ static char *dev_info = "ath_pci";
* "new way" to do things, we may want to switch back to having
* the HAL check them by defining a probe method.
*/
static struct pci_device_id ath_pci_id_table[] __devinitdata = {
static struct pci_device_id ath_pci_id_table[] = {
{ 0x168c, 0x0007, PCI_ANY_ID, PCI_ANY_ID },
{ 0x168c, 0x0012, PCI_ANY_ID, PCI_ANY_ID },
{ 0x168c, 0x0013, PCI_ANY_ID, PCI_ANY_ID },