diff options
Diffstat (limited to 'drivers/video/intelfb/intelfbdrv.c')
-rw-r--r-- | drivers/video/intelfb/intelfbdrv.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/video/intelfb/intelfbdrv.c b/drivers/video/intelfb/intelfbdrv.c index 5ba399991050..c94c91fd8668 100644 --- a/drivers/video/intelfb/intelfbdrv.c +++ b/drivers/video/intelfb/intelfbdrv.c | |||
@@ -230,15 +230,15 @@ MODULE_DESCRIPTION("Framebuffer driver for Intel(R) " SUPPORTED_CHIPSETS | |||
230 | MODULE_LICENSE("Dual BSD/GPL"); | 230 | MODULE_LICENSE("Dual BSD/GPL"); |
231 | MODULE_DEVICE_TABLE(pci, intelfb_pci_table); | 231 | MODULE_DEVICE_TABLE(pci, intelfb_pci_table); |
232 | 232 | ||
233 | static int accel = 1; | 233 | static bool accel = 1; |
234 | static int vram = 4; | 234 | static int vram = 4; |
235 | static int hwcursor = 0; | 235 | static bool hwcursor = 0; |
236 | static int mtrr = 1; | 236 | static bool mtrr = 1; |
237 | static int fixed = 0; | 237 | static bool fixed = 0; |
238 | static int noinit = 0; | 238 | static bool noinit = 0; |
239 | static int noregister = 0; | 239 | static bool noregister = 0; |
240 | static int probeonly = 0; | 240 | static bool probeonly = 0; |
241 | static int idonly = 0; | 241 | static bool idonly = 0; |
242 | static int bailearly = 0; | 242 | static int bailearly = 0; |
243 | static int voffset = 48; | 243 | static int voffset = 48; |
244 | static char *mode = NULL; | 244 | static char *mode = NULL; |