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:
bc7fc06
)
[PATCH] fbdev: video_setup() warning fix
author
Andrew Morton
<akpm@osdl.org>
Sun, 12 Feb 2006 01:56:08 +0000
(17:56 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 12 Feb 2006 05:41:13 +0000
(21:41 -0800)
drivers/video/fbmem.c:1567: warning: 'video_setup' defined but not used
Acked-by: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/fbmem.c
patch
|
blob
|
history
diff --git
a/drivers/video/fbmem.c
b/drivers/video/fbmem.c
index d2dede6ed3e5c44bda0906208daf9dca1965f001..996c7b58564e33b4f555c9669ff14935b79ae457 100644
(file)
--- a/
drivers/video/fbmem.c
+++ b/
drivers/video/fbmem.c
@@
-1550,6
+1550,7
@@
int fb_get_options(char *name, char **option)
return retval;
}
+#ifndef MODULE
/**
* video_setup - process command line options
* @options: string of options
@@
-1593,6
+1594,7
@@
static int __init video_setup(char *options)
return 0;
}
__setup("video=", video_setup);
+#endif
/*
* Visible symbols for modules