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

staging: slicoss: remove use of __devinit

CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: NBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 abe118b4
......@@ -3678,7 +3678,7 @@ static u32 slic_card_locate(struct adapter *adapter)
return 0;
}
static int __devinit slic_entry_probe(struct pci_dev *pcidev,
static int slic_entry_probe(struct pci_dev *pcidev,
const struct pci_device_id *pci_tbl_entry)
{
static int cards_found;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册