diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2006-07-12 18:23:45 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-07-12 18:39:21 -0400 |
commit | 59139528c8e7880eee437e81647ade1b36af0d41 (patch) | |
tree | 172441add1895d12b340a7bf216440baaee330ba /drivers/net/sky2.c | |
parent | f326fe768b39fe4131b1e2ca266c9c385ca307f4 (diff) |
[PATCH] sky2: sky2_reset section mismatch
Since sky2_reset gets call from sky2_resume it shouldn't be tagged
with devinit.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/sky2.c')
-rw-r--r-- | drivers/net/sky2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c index 31093760aa1e..4af3b86f62b8 100644 --- a/drivers/net/sky2.c +++ b/drivers/net/sky2.c | |||
@@ -2286,7 +2286,7 @@ static inline u32 sky2_clk2us(const struct sky2_hw *hw, u32 clk) | |||
2286 | } | 2286 | } |
2287 | 2287 | ||
2288 | 2288 | ||
2289 | static int __devinit sky2_reset(struct sky2_hw *hw) | 2289 | static int sky2_reset(struct sky2_hw *hw) |
2290 | { | 2290 | { |
2291 | u16 status; | 2291 | u16 status; |
2292 | u8 t8, pmd_type; | 2292 | u8 t8, pmd_type; |