[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20071024162456.GR30533@stusta.de>
Date: Wed, 24 Oct 2007 18:24:56 +0200
From: Adrian Bunk <bunk@...nel.org>
To: Jordan Crouse <jordan.crouse@....com>,
Antonino Daplas <adaplas@...il.com>
Cc: linux-kernel@...r.kernel.org
Subject: [2.6 patch] make video/geode/lxfb_core.c:geode_modedb[] static
geode_modedb[] can become static.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
145d02fc23c7bea85aa3c934e0ceef78d0101e0a
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,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists