module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / video / omap2 / dss / dss.h
index 6308fc59fc9e97c317bc93cc33904d6e5383f3d7..57a52eecee912cc2f1c50d161d0b0e266a080209 100644 (file)
@@ -28,7 +28,7 @@
 #endif
 
 #ifdef DEBUG
-extern unsigned int dss_debug;
+extern bool dss_debug;
 #ifdef DSS_SUBSYS_NAME
 #define DSSDBG(format, ...) \
        if (dss_debug) \
This page took 0.024572 seconds and 5 git commands to generate.