aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/neofb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/neofb.c')
-rw-r--r--drivers/video/neofb.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/video/neofb.c b/drivers/video/neofb.c
index feea7b1dc38..fb3f6739110 100644
--- a/drivers/video/neofb.c
+++ b/drivers/video/neofb.c
@@ -84,11 +84,11 @@
84 84
85/* --------------------------------------------------------------------- */ 85/* --------------------------------------------------------------------- */
86 86
87static int internal; 87static bool internal;
88static int external; 88static bool external;
89static int libretto; 89static bool libretto;
90static int nostretch; 90static bool nostretch;
91static int nopciburst; 91static bool nopciburst;
92static char *mode_option __devinitdata = NULL; 92static char *mode_option __devinitdata = NULL;
93 93
94#ifdef MODULE 94#ifdef MODULE