Commit 0732460b authored by Denis Cheng's avatar Denis Cheng Committed by Greg Kroah-Hartman

uio: mark pci_device_id hilscher_pci_ids[] __devinitdata

Signed-off-by: default avatarDenis Cheng <crquan@gmail.com>
Signed-off-by: default avatarHans J. Koch <hjk@linutronix.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ae210f18
......@@ -116,7 +116,7 @@ static void hilscher_pci_remove(struct pci_dev *dev)
kfree (info);
}
static struct pci_device_id hilscher_pci_ids[] = {
static struct pci_device_id hilscher_pci_ids[] __devinitdata = {
{
.vendor = PCI_VENDOR_ID_PLX,
.device = PCI_DEVICE_ID_PLX_9030,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment