From: Stephen Hemminger Date: Tue, 25 Apr 2006 17:58:53 +0000 (-0700) Subject: [PATCH] sky2: reset function can be devinit X-Git-Url: http://drtracing.org/?a=commitdiff_plain;ds=sidebyside;h=98712e5e3325247bf22a175d225526c9d5f8439b;p=deliverable%2Flinux.git [PATCH] sky2: reset function can be devinit 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 Signed-off-by: Jeff Garzik --- diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c index 393ee635b6c4..ce1a8afc3313 100644 --- a/drivers/net/sky2.c +++ b/drivers/net/sky2.c @@ -2219,7 +2219,7 @@ static inline u32 sky2_clk2us(const struct sky2_hw *hw, u32 clk) } -static int sky2_reset(struct sky2_hw *hw) +static int __devinit sky2_reset(struct sky2_hw *hw) { u16 status; u8 t8, pmd_type;