Commit f16f7766 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] fbdev-cleanups-in-driver-video warning fixes

drivers/video/cyber2000fb.c:95: warning: `default_font_storage' defined but not used
drivers/video/radeonfb.c:661: warning: `mode_option' defined but not used
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 6b4dff24
......@@ -657,8 +657,11 @@ static __inline__ int _max(int val1, int val2)
/*
* globals
*/
#ifndef MODULE
static char *mode_option;
#endif
static char noaccel = 0;
static char mirror = 0;
static int panel_yres = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment