Skip to content

Commit

Permalink
uio: mark pci_device_id hilscher_pci_ids[] __devinitdata
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Denis Cheng authored and Greg Kroah-Hartman committed Apr 20, 2008
1 parent ae210f1 commit 0732460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/uio/uio_cif.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0732460

Please sign in to comment.