module_param: make bool parameters really bool (drivers & misc)
[cascardo/linux.git] / drivers / block / paride / pg.c
index a79fb4f..4a27b1d 100644 (file)
 #define PI_PG  4
 #endif
 
+#include <linux/types.h>
 /* Here are things one can override from the insmod command.
    Most are autoprobed by paride unless set here.  Verbose is 0
    by default.
 
 */
 
-static int verbose = 0;
+static bool verbose = 0;
 static int major = PG_MAJOR;
 static char *name = PG_NAME;
 static int disable = 0;