diff options
Diffstat (limited to 'drivers/misc/thinkpad_acpi.c')
-rw-r--r-- | drivers/misc/thinkpad_acpi.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/misc/thinkpad_acpi.c b/drivers/misc/thinkpad_acpi.c index 4131a7875ad7..7fa906fd45c0 100644 --- a/drivers/misc/thinkpad_acpi.c +++ b/drivers/misc/thinkpad_acpi.c | |||
@@ -2684,6 +2684,9 @@ static int __init set_ibm_param(const char *val, struct kernel_param *kp) | |||
2684 | static int experimental; | 2684 | static int experimental; |
2685 | module_param(experimental, int, 0); | 2685 | module_param(experimental, int, 0); |
2686 | 2686 | ||
2687 | static u32 dbg_level; | ||
2688 | module_param_named(debug, dbg_level, uint, 0); | ||
2689 | |||
2687 | #define IBM_PARAM(feature) \ | 2690 | #define IBM_PARAM(feature) \ |
2688 | module_param_call(feature, set_ibm_param, NULL, NULL, 0) | 2691 | module_param_call(feature, set_ibm_param, NULL, NULL, 0) |
2689 | 2692 | ||