module_param: make bool parameters really bool (drivers & misc)
[sfrench/cifs-2.6.git] / drivers / platform / x86 / compal-laptop.c
index 8877b836d27cf4bde02014d9a37763a3672bb4a0..d96734478324b77d28a314858fa1c889a70977b7 100644 (file)
@@ -189,7 +189,7 @@ struct compal_data{
 /* =============== */
 /* General globals */
 /* =============== */
-static int force;
+static bool force;
 module_param(force, bool, 0);
 MODULE_PARM_DESC(force, "Force driver load, ignore DMI data");