mirror of
https://github.com/proski/madwifi
synced 2024-11-21 22:11:32 +03:00
Remove __devinitdata, it's obsolete and breaks compilation on Linux 3.8+
This commit is contained in:
parent
f72edc7741
commit
2340147dee
@ -94,7 +94,7 @@ static char *dev_info = "ath_pci";
|
|||||||
* "new way" to do things, we may want to switch back to having
|
* "new way" to do things, we may want to switch back to having
|
||||||
* the HAL check them by defining a probe method.
|
* 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, 0x0007, PCI_ANY_ID, PCI_ANY_ID },
|
||||||
{ 0x168c, 0x0012, PCI_ANY_ID, PCI_ANY_ID },
|
{ 0x168c, 0x0012, PCI_ANY_ID, PCI_ANY_ID },
|
||||||
{ 0x168c, 0x0013, PCI_ANY_ID, PCI_ANY_ID },
|
{ 0x168c, 0x0013, PCI_ANY_ID, PCI_ANY_ID },
|
||||||
|
Loading…
Reference in New Issue
Block a user