module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / block / paride / pt.c
index 7179f79d746838f24640ac7c59fadb41a1c5f024..2596042eb987c2d655e56f9f0448e565a843aa34 100644 (file)
 #define PT_NAME                "pt"
 #define PT_UNITS       4
 
+#include <linux/types.h>
+
 /* Here are things one can override from the insmod command.
    Most are autoprobed by paride unless set here.  Verbose is on
    by default.
 
 */
 
-static int verbose = 0;
+static bool verbose = 0;
 static int major = PT_MAJOR;
 static char *name = PT_NAME;
 static int disable = 0;
This page took 0.023634 seconds and 5 git commands to generate.