diff options
Diffstat (limited to 'drivers/video/tdfxfb.c')
-rw-r--r-- | drivers/video/tdfxfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/tdfxfb.c b/drivers/video/tdfxfb.c index a99b994c9b6b..e026724a3a56 100644 --- a/drivers/video/tdfxfb.c +++ b/drivers/video/tdfxfb.c | |||
@@ -169,7 +169,7 @@ static int nowrap = 1; /* not implemented (yet) */ | |||
169 | static int hwcursor = 1; | 169 | static int hwcursor = 1; |
170 | static char *mode_option __devinitdata; | 170 | static char *mode_option __devinitdata; |
171 | /* mtrr option */ | 171 | /* mtrr option */ |
172 | static int nomtrr __devinitdata; | 172 | static bool nomtrr __devinitdata; |
173 | 173 | ||
174 | /* ------------------------------------------------------------------------- | 174 | /* ------------------------------------------------------------------------- |
175 | * Hardware-specific funcions | 175 | * Hardware-specific funcions |