projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5e8ff4
)
make video/geode/lxfb_core.c:geode_modedb[] static
author
Adrian Bunk
<
[email protected]
>
Wed, 6 Feb 2008 09:39:05 +0000
(
01:39
-0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 6 Feb 2008 18:41:15 +0000
(10:41 -0800)
geode_modedb[] can become static.
Signed-off-by: Adrian Bunk <
[email protected]
>
Cc: Jordan Crouse <
[email protected]
>
Cc: Antonino Daplas <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/video/geode/lxfb_core.c
patch
|
blob
|
history
diff --git
a/drivers/video/geode/lxfb_core.c
b/drivers/video/geode/lxfb_core.c
index 583185fd7c94b0d50241d6a9d0f49f53b72b59ec..eb6b881715387bbdbc4226ff801d4f5cc3f193ac 100644
(file)
--- 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,