提交 0732460b 编写于 作者: D Denis Cheng 提交者: Greg Kroah-Hartman

uio: mark pci_device_id hilscher_pci_ids[] __devinitdata

Signed-off-by: NDenis Cheng <crquan@gmail.com>
Signed-off-by: NHans J. Koch <hjk@linutronix.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册