aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/hgafb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/hgafb.c')
-rw-r--r--drivers/video/hgafb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/hgafb.c b/drivers/video/hgafb.c
index 4394389caf68..c645f9282650 100644
--- a/drivers/video/hgafb.c
+++ b/drivers/video/hgafb.c
@@ -133,7 +133,7 @@ static struct fb_fix_screeninfo hga_fix __devinitdata = {
133/* Don't assume that tty1 will be the initial current console. */ 133/* Don't assume that tty1 will be the initial current console. */
134static int release_io_port = 0; 134static int release_io_port = 0;
135static int release_io_ports = 0; 135static int release_io_ports = 0;
136static int nologo = 0; 136static bool nologo = 0;
137 137
138/* ------------------------------------------------------------------------- 138/* -------------------------------------------------------------------------
139 * 139 *