]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
uio: remove use of __devinitdata
authorBill Pemberton <wfp5p@virginia.edu>
Mon, 19 Nov 2012 18:24:33 +0000 (13:24 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Nov 2012 21:41:35 +0000 (13:41 -0800)
CONFIG_HOTPLUG is going away as an option so __devinitdata is no
longer needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: "Hans J. Koch" <hjk@hansjkoch.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/uio/uio_cif.c
drivers/uio/uio_sercos3.c

index 674783f785e8aff0e7d507d8f0def6c8f3fff1b3..7dd6fc60539de51a4165a7e35153a87212d56b8d 100644 (file)
@@ -112,7 +112,7 @@ static void hilscher_pci_remove(struct pci_dev *dev)
        kfree (info);
 }
 
-static struct pci_device_id hilscher_pci_ids[] __devinitdata = {
+static struct pci_device_id hilscher_pci_ids[] = {
        {
                .vendor =       PCI_VENDOR_ID_PLX,
                .device =       PCI_DEVICE_ID_PLX_9030,
index 2e87808711cf8f7e83bb6f75c05c8f9f51b33379..81a10a5631207144d8f34adc5a56f746983dd054 100644 (file)
@@ -197,7 +197,7 @@ static void sercos3_pci_remove(struct pci_dev *dev)
        kfree(info);
 }
 
-static struct pci_device_id sercos3_pci_ids[] __devinitdata = {
+static struct pci_device_id sercos3_pci_ids[] = {
        {
                .vendor =       PCI_VENDOR_ID_PLX,
                .device =       PCI_DEVICE_ID_PLX_9030,