module_param: make bool parameters really bool (drivers & misc)
[sfrench/cifs-2.6.git] / drivers / video / aty / atyfb_base.c
index 44bdce4242ad0a8d48e09ae6c1b94481fb602de5..622f12b62a470ffb84658085c8d57194a33a7c63 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;