Commit a0c2feb1 authored by Bill Pemberton's avatar Bill Pemberton Committed by 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: default avatarBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment