diff options
Diffstat (limited to 'drivers/misc/thinkpad_acpi.c')
-rw-r--r-- | drivers/misc/thinkpad_acpi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/thinkpad_acpi.c b/drivers/misc/thinkpad_acpi.c index 78e41102a95c..44aa8c92f91f 100644 --- a/drivers/misc/thinkpad_acpi.c +++ b/drivers/misc/thinkpad_acpi.c | |||
@@ -4444,10 +4444,10 @@ static u32 dbg_level; | |||
4444 | module_param_named(debug, dbg_level, uint, 0); | 4444 | module_param_named(debug, dbg_level, uint, 0); |
4445 | 4445 | ||
4446 | static int force_load; | 4446 | static int force_load; |
4447 | module_param(force_load, int, 0); | 4447 | module_param(force_load, bool, 0); |
4448 | 4448 | ||
4449 | static int fan_control_allowed; | 4449 | static int fan_control_allowed; |
4450 | module_param_named(fan_control, fan_control_allowed, int, 0); | 4450 | module_param_named(fan_control, fan_control_allowed, bool, 0); |
4451 | 4451 | ||
4452 | #define IBM_PARAM(feature) \ | 4452 | #define IBM_PARAM(feature) \ |
4453 | module_param_call(feature, set_ibm_param, NULL, NULL, 0) | 4453 | module_param_call(feature, set_ibm_param, NULL, NULL, 0) |