diff options
Diffstat (limited to 'drivers/video/hgafb.c')
-rw-r--r-- | drivers/video/hgafb.c | 2 |
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. */ |
134 | static int release_io_port = 0; | 134 | static int release_io_port = 0; |
135 | static int release_io_ports = 0; | 135 | static int release_io_ports = 0; |
136 | static int nologo = 0; | 136 | static bool nologo = 0; |
137 | 137 | ||
138 | /* ------------------------------------------------------------------------- | 138 | /* ------------------------------------------------------------------------- |
139 | * | 139 | * |