]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/ethernet/broadcom/sb1250-mac.c
drivers: net: ethernet: remove incorrect __exit markups
[karo-tx-linux.git] / drivers / net / ethernet / broadcom / sb1250-mac.c
index 89d4feba1a9aeafbf639effa3941701c0d9b556f..55c8e25b43d9ad5a2bb90b1cbef1d73c91c97b31 100644 (file)
@@ -2617,7 +2617,7 @@ out_out:
        return err;
 }
 
-static int __exit sbmac_remove(struct platform_device *pldev)
+static int sbmac_remove(struct platform_device *pldev)
 {
        struct net_device *dev = platform_get_drvdata(pldev);
        struct sbmac_softc *sc = netdev_priv(dev);
@@ -2634,7 +2634,7 @@ static int __exit sbmac_remove(struct platform_device *pldev)
 
 static struct platform_driver sbmac_driver = {
        .probe = sbmac_probe,
-       .remove = __exit_p(sbmac_remove),
+       .remove = sbmac_remove,
        .driver = {
                .name = sbmac_string,
        },