Commit c42ef5d2 authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman

staging: net: 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 4f240906
......@@ -3409,7 +3409,7 @@ static void cpc_init_card(pc300_t * card)
board_nbr++;
}
static int __devinit
static int
cpc_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
{
int err, eeprom_outdated = 0;
......
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