fddi: remove __dev* attributes
CONFIG_HOTPLUG is going away as an option. As result the __dev* markings will be going away. Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst, and __devexit. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Maciej W. Rozycki <macro@linux-mips.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Esse commit está contido em:

commit de
Greg Kroah-Hartman

pai
a0a4efedf9
commit
c354dfc3f2
@@ -321,7 +321,7 @@ err_out1:
|
||||
/*
|
||||
* Called for each adapter board from pci_unregister_driver
|
||||
*/
|
||||
static void __devexit skfp_remove_one(struct pci_dev *pdev)
|
||||
static void skfp_remove_one(struct pci_dev *pdev)
|
||||
{
|
||||
struct net_device *p = pci_get_drvdata(pdev);
|
||||
struct s_smc *lp = netdev_priv(p);
|
||||
@@ -2243,7 +2243,7 @@ static struct pci_driver skfddi_pci_driver = {
|
||||
.name = "skfddi",
|
||||
.id_table = skfddi_pci_tbl,
|
||||
.probe = skfp_init_one,
|
||||
.remove = __devexit_p(skfp_remove_one),
|
||||
.remove = skfp_remove_one,
|
||||
};
|
||||
|
||||
static int __init skfd_init(void)
|
||||
|
Referência em uma nova issue
Block a user