提交 8b1e0126 编写于 作者: B Bill Pemberton 提交者: Greg Kroah-Hartman

staging: sbe-2t3e3: remove use of __devinitdata

CONFIG_HOTPLUG is going away as an option so __devinitdata is no
longer needed.
Signed-off-by: NBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 4cd2b92d
...@@ -188,7 +188,7 @@ static int t3e3_init_card(struct pci_dev *pdev, const struct pci_device_id *ent) ...@@ -188,7 +188,7 @@ static int t3e3_init_card(struct pci_dev *pdev, const struct pci_device_id *ent)
return err; return err;
} }
static struct pci_device_id t3e3_pci_tbl[] __devinitdata = { static struct pci_device_id t3e3_pci_tbl[] = {
{ PCI_VENDOR_ID_DEC, PCI_DEVICE_ID_DEC_21142, { PCI_VENDOR_ID_DEC, PCI_DEVICE_ID_DEC_21142,
PCI_VENDOR_ID_SBE, PCI_SUBDEVICE_ID_SBE_T3E3, 0, 0, 0 }, PCI_VENDOR_ID_SBE, PCI_SUBDEVICE_ID_SBE_T3E3, 0, 0, 0 },
{ PCI_VENDOR_ID_DEC, PCI_DEVICE_ID_DEC_21142, { PCI_VENDOR_ID_DEC, PCI_DEVICE_ID_DEC_21142,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册