module_param: make bool parameters really bool (drivers & misc)
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / video / aty / atyfb_base.c
index 44bdce4..622f12b 100644 (file)
@@ -301,9 +301,9 @@ static struct fb_ops atyfb_ops = {
        .fb_sync        = atyfb_sync,
 };
 
-static int noaccel;
+static bool noaccel;
 #ifdef CONFIG_MTRR
-static int nomtrr;
+static bool nomtrr;
 #endif
 static int vram;
 static int pll;