The sky2_reset function only called from sky2_probe. Maybe the compiler was smart enough to figure this out already.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- sky2-2.6.17.orig/drivers/net/sky2.c 2006-04-25 10:53:37.000000000 -0700 +++ sky2-2.6.17/drivers/net/sky2.c 2006-04-25 10:54:57.000000000 -0700 @@ -2219,7 +2219,7 @@ } -static int sky2_reset(struct sky2_hw *hw) +static int __devinit sky2_reset(struct sky2_hw *hw) { u16 status; u8 t8, pmd_type; -- - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html