From: Adrian Bunk Date: Wed, 6 Feb 2008 09:39:05 +0000 (-0800) Subject: make video/geode/lxfb_core.c:geode_modedb[] static X-Git-Tag: v2.6.25-rc1~596 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cfe2f714d9ebca9d17f392de1fa656d77aa2d4f1;p=platform%2Fkernel%2Flinux-3.10.git make video/geode/lxfb_core.c:geode_modedb[] static geode_modedb[] can become static. Signed-off-by: Adrian Bunk Cc: Jordan Crouse Cc: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/geode/lxfb_core.c b/drivers/video/geode/lxfb_core.c index 583185f..eb6b881 100644 --- a/drivers/video/geode/lxfb_core.c +++ b/drivers/video/geode/lxfb_core.c @@ -34,7 +34,7 @@ static int fbsize; * we try to make it something sane - 640x480-60 is sane */ -const struct fb_videomode geode_modedb[] __initdata = { +static const struct fb_videomode geode_modedb[] __initdata = { /* 640x480-60 */ { NULL, 60, 640, 480, 39682, 48, 8, 25, 2, 88, 2, FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,