]> Pileus Git - ~andy/linux/commitdiff
staging: net: remove use of __devinit
authorBill Pemberton <wfp5p@virginia.edu>
Mon, 19 Nov 2012 18:22:09 +0000 (13:22 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Nov 2012 23:05:01 +0000 (15:05 -0800)
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/net/pc300_drv.c

index b8e0480abad1b4dd088e4ac663a70eab11cc7747..142eab49359484139b6b233a6b8bfed53ee91e3a 100644 (file)
@@ -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;