module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / pci / hotplug / rpaphp.h
index 419919a87b0fa1d923898728964de310ae4bedb2..df5677440a0844c76a251379a6c0259a839c4027 100644 (file)
@@ -46,7 +46,7 @@
 #define PRESENT         1      /* Card in slot */
 
 #define MY_NAME "rpaphp"
-extern int rpaphp_debug;
+extern bool rpaphp_debug;
 #define dbg(format, arg...)                                    \
        do {                                                    \
                if (rpaphp_debug)                                       \
This page took 0.023961 seconds and 5 git commands to generate.