]> git.hungrycats.org Git - linux/commitdiff
Mark dmfe net driver with __devexit, fixing hotplug support and
authorPaul Vojta <vojta@math.berkeley.edu>
Sun, 4 Aug 2002 08:52:02 +0000 (04:52 -0400)
committerJeff Garzik <jgarzik@mandrakesoft.com>
Sun, 4 Aug 2002 08:52:02 +0000 (04:52 -0400)
occasional linker warnings/errors

drivers/net/tulip/dmfe.c

index 08a70dbbbd485b9c31943e1d659703771b5c8039..7060bf7032e0e4f1ebcbd7294eb1efc51b6a113b 100644 (file)
@@ -461,7 +461,7 @@ err_out_free:
 }
 
 
-static void __exit dmfe_remove_one (struct pci_dev *pdev)
+static void __devexit dmfe_remove_one (struct pci_dev *pdev)
 {
        struct net_device *dev = pci_get_drvdata(pdev);
        struct dmfe_board_info *db = dev->priv;