Commit 0732460b3ad484c037dad8961bc4300610dd7613

Authored by Denis Cheng
Committed by Greg Kroah-Hartman
1 parent ae210f1886

uio: mark pci_device_id hilscher_pci_ids[] __devinitdata

Signed-off-by: Denis Cheng <crquan@gmail.com>
Signed-off-by: Hans J. Koch <hjk@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/uio/uio_cif.c
... ... @@ -116,7 +116,7 @@
116 116 kfree (info);
117 117 }
118 118  
119   -static struct pci_device_id hilscher_pci_ids[] = {
  119 +static struct pci_device_id hilscher_pci_ids[] __devinitdata = {
120 120 {
121 121 .vendor = PCI_VENDOR_ID_PLX,
122 122 .device = PCI_DEVICE_ID_PLX_9030,