Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d46f7438 authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman
Browse files

uio: remove use of __devinitdata



CONFIG_HOTPLUG is going away as an option so __devinitdata is no
longer needed.

Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Cc: "Hans J. Koch" <hjk@hansjkoch.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b17b75bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
+1 −1
Original line number Diff line number Diff line
@@ -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,