Remove __devinitdata, it's obsolete and breaks compilation on Linux 3.8+
authorPavel Roskin <proski@gnu.org>
Fri, 8 Nov 2013 15:59:32 +0000 (10:59 -0500)
committerPavel Roskin <proski@gnu.org>
Fri, 8 Nov 2013 16:00:41 +0000 (11:00 -0500)
ath/if_ath_pci.c

index 95069b1be396f88870b6d0dad59e8660944445d5..b5557e5c298ad176e5591319549ea884d9b007e0 100644 (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 },