]> git.hungrycats.org Git - linux/commitdiff
e100 net driver update:
authorDave Jones <davej@suse.de>
Tue, 30 Apr 2002 22:13:36 +0000 (18:13 -0400)
committerJeff Garzik <jgarzik@mandrakesoft.com>
Tue, 30 Apr 2002 22:13:36 +0000 (18:13 -0400)
e100_phy_reset is called from non-init functions,
so remove __devexit marker from that function.

drivers/net/e100/e100_phy.c

index 80029f9839668478adf0c847e83b7d2dce519602..3bd2f620d19a6d1489ce7404b75957ec4f80fba8 100644 (file)
@@ -873,7 +873,7 @@ e100_phy_set_speed_duplex(struct e100_private *bdp, unsigned char force_restart)
        e100_set_fc(bdp);
 }
 
-void __devexit
+void
 e100_phy_reset(struct e100_private *bdp)
 {
        u16 ctrl_reg;