Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux...
[firefly-linux-kernel-4.4.55.git] / drivers / block / paride / pd.c
index 869e7676d46f47abcb1ffe1812efd3316d234f74..831e3ac156e625517df61fb3a1255973ea565ca7 100644 (file)
    by default.
 
 */
+#include <linux/types.h>
 
-static int verbose = 0;
+static bool verbose = 0;
 static int major = PD_MAJOR;
 static char *name = PD_NAME;
 static int cluster = 64;