mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
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>
This commit is contained in:
parent
ae210f1886
commit
0732460b3a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue