uio: remove use of __devinitdata
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>
This commit is contained in:
Родитель
b17b75bb52
Коммит
d46f743822
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче