module_param: make bool parameters really bool (core code)
[deliverable/linux.git] / include / linux / init.h
index 9146f39cdddfe97bd61473d54a72a33bfad3a04f..6b951095a42f606e8d48fa948047bfaaf6771c4f 100644 (file)
@@ -2,6 +2,7 @@
 #define _LINUX_INIT_H
 
 #include <linux/compiler.h>
+#include <linux/types.h>
 
 /* These macros are used to mark some functions or 
  * initialized data (doesn't apply to uninitialized data)
@@ -156,7 +157,7 @@ void prepare_namespace(void);
 
 extern void (*late_time_init)(void);
 
-extern int initcall_debug;
+extern bool initcall_debug;
 
 #endif
   
This page took 0.028633 seconds and 5 git commands to generate.