]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - drivers/block/paride/pf.c
module_param: make bool parameters really bool (drivers & misc)
[mirror_ubuntu-hirsute-kernel.git] / drivers / block / paride / pf.c
index f21b520ef4195228713d34c2f2157ce1b928e37d..ec8f9ed6326eca34be8b837ce62aefecc1b4a25a 100644 (file)
 #define PF_NAME                "pf"
 #define PF_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 off
    by default.
 
 */
 
-static int verbose = 0;
+static bool verbose = 0;
 static int major = PF_MAJOR;
 static char *name = PF_NAME;
 static int cluster = 64;