diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/tg3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index b1e8d0698fac..e03d1ae50c3e 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
@@ -8059,7 +8059,7 @@ static int tg3_test_link(struct tg3 *tp) | |||
8059 | } | 8059 | } |
8060 | 8060 | ||
8061 | /* Only test the commonly used registers */ | 8061 | /* Only test the commonly used registers */ |
8062 | static const int tg3_test_registers(struct tg3 *tp) | 8062 | static int tg3_test_registers(struct tg3 *tp) |
8063 | { | 8063 | { |
8064 | int i, is_5705; | 8064 | int i, is_5705; |
8065 | u32 offset, read_mask, write_mask, val, save_val, read_val; | 8065 | u32 offset, read_mask, write_mask, val, save_val, read_val; |