projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1cbb17
)
fbdev/amifb: Make amifb_setup() static
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Mon, 21 Nov 2011 20:53:55 +0000
(21:53 +0100)
committer
Florian Tobias Schandinat
<FlorianSchandinat@gmx.de>
Sat, 3 Dec 2011 22:03:32 +0000
(22:03 +0000)
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/amifb.c
patch
|
blob
|
history
diff --git
a/drivers/video/amifb.c
b/drivers/video/amifb.c
index
d7961bd
..
d3847e7
100644
(file)
--- a/
drivers/video/amifb.c
+++ b/
drivers/video/amifb.c
@@
-2363,7
+2363,7
@@
static void __init amifb_setup_mcap(char *spec)
fb_info.monspecs.hfmax = hmax;
}
-int __init amifb_setup(char *options)
+
static
int __init amifb_setup(char *options)
{
char *this_opt;