diff options
Diffstat (limited to 'drivers/power')
-rw-r--r-- | drivers/power/ds2760_battery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/ds2760_battery.c b/drivers/power/ds2760_battery.c index 545874b1df9e..076e211a40b7 100644 --- a/drivers/power/ds2760_battery.c +++ b/drivers/power/ds2760_battery.c | |||
@@ -64,7 +64,7 @@ static unsigned int cache_time = 1000; | |||
64 | module_param(cache_time, uint, 0644); | 64 | module_param(cache_time, uint, 0644); |
65 | MODULE_PARM_DESC(cache_time, "cache time in milliseconds"); | 65 | MODULE_PARM_DESC(cache_time, "cache time in milliseconds"); |
66 | 66 | ||
67 | static unsigned int pmod_enabled; | 67 | static bool pmod_enabled; |
68 | module_param(pmod_enabled, bool, 0644); | 68 | module_param(pmod_enabled, bool, 0644); |
69 | MODULE_PARM_DESC(pmod_enabled, "PMOD enable bit"); | 69 | MODULE_PARM_DESC(pmod_enabled, "PMOD enable bit"); |
70 | 70 | ||