aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/aty
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2009-06-12 21:46:53 -0600
committerRusty Russell <rusty@rustcorp.com.au>2009-06-12 21:46:56 +0930
commit9a71af2c3627b379b7c31917a7f6ee0d29bc559b (patch)
treec09049a6a4458be91844500d7d5034b63a1cdcc7 /drivers/video/aty
parentab8e2eb722f1e5fcbd8181e3e9ef4e95c52124df (diff)
downloadkernel_samsung_smdk4412-9a71af2c3627b379b7c31917a7f6ee0d29bc559b.zip
kernel_samsung_smdk4412-9a71af2c3627b379b7c31917a7f6ee0d29bc559b.tar.gz
kernel_samsung_smdk4412-9a71af2c3627b379b7c31917a7f6ee0d29bc559b.tar.bz2
module_param: invbool should take a 'bool', not an 'int'
It takes an 'int' for historical reasons, and there are only two users: simply switch it over to bool. The other user (uvesafb.c) will get a (harmless-on-x86) warning until the next patch is applied. Cc: Brad Douglas <brad@neruo.com> Cc: Michal Januszewski <spock@gentoo.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/video/aty')
-rw-r--r--drivers/video/aty/aty128fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/aty/aty128fb.c b/drivers/video/aty/aty128fb.c
index 35e8eb0..e4e4d43 100644
--- a/drivers/video/aty/aty128fb.c
+++ b/drivers/video/aty/aty128fb.c
@@ -354,7 +354,7 @@ static int default_crt_on __devinitdata = 0;
static int default_lcd_on __devinitdata = 1;
#ifdef CONFIG_MTRR
-static int mtrr = 1;
+static bool mtrr = true;
#endif
#ifdef CONFIG_PMAC_BACKLIGHT