diff options
Diffstat (limited to 'drivers/net/atlx/atl1.c')
-rw-r--r-- | drivers/net/atlx/atl1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/atlx/atl1.c b/drivers/net/atlx/atl1.c index c0ceee0d7c80..43fc1b2ca3cd 100644 --- a/drivers/net/atlx/atl1.c +++ b/drivers/net/atlx/atl1.c | |||
@@ -105,7 +105,7 @@ | |||
105 | * Default Value: 100 (200us) | 105 | * Default Value: 100 (200us) |
106 | */ | 106 | */ |
107 | static int __devinitdata int_mod_timer[ATL1_MAX_NIC+1] = ATL1_PARAM_INIT; | 107 | static int __devinitdata int_mod_timer[ATL1_MAX_NIC+1] = ATL1_PARAM_INIT; |
108 | static int num_int_mod_timer; | 108 | static unsigned int num_int_mod_timer; |
109 | module_param_array_named(int_mod_timer, int_mod_timer, int, | 109 | module_param_array_named(int_mod_timer, int_mod_timer, int, |
110 | &num_int_mod_timer, 0); | 110 | &num_int_mod_timer, 0); |
111 | MODULE_PARM_DESC(int_mod_timer, "Interrupt moderator timer"); | 111 | MODULE_PARM_DESC(int_mod_timer, "Interrupt moderator timer"); |