Commit d145cc5f authored by Dave Jones's avatar Dave Jones Committed by Jeff Garzik

e100 net driver update:

e100_phy_reset is called from non-init functions,
so remove __devexit marker from that function.
parent 24a9366b
...@@ -873,7 +873,7 @@ e100_phy_set_speed_duplex(struct e100_private *bdp, unsigned char force_restart) ...@@ -873,7 +873,7 @@ e100_phy_set_speed_duplex(struct e100_private *bdp, unsigned char force_restart)
e100_set_fc(bdp); e100_set_fc(bdp);
} }
void __devexit void
e100_phy_reset(struct e100_private *bdp) e100_phy_reset(struct e100_private *bdp)
{ {
u16 ctrl_reg; u16 ctrl_reg;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment