Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

make video/geode/lxfb_core.c:geode_modedb[] static

geode_modedb[] can become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: Jordan Crouse <jordan.crouse@amd.com>
Cc: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Adrian Bunk and committed by
Linus Torvalds
cfe2f714 f5e8ff48

+1 -1
+1 -1
drivers/video/geode/lxfb_core.c
··· 34 34 * we try to make it something sane - 640x480-60 is sane 35 35 */ 36 36 37 - const struct fb_videomode geode_modedb[] __initdata = { 37 + static const struct fb_videomode geode_modedb[] __initdata = { 38 38 /* 640x480-60 */ 39 39 { NULL, 60, 640, 480, 39682, 48, 8, 25, 2, 88, 2, 40 40 FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,