commit | 78ffd70e6a717600d16567e2611f83a2375f3c55 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Mon Nov 21 21:53:55 2011 +0100 |
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | Sat Dec 03 22:03:32 2011 +0000 |
tree | 421b40146055ad269e0c35556b6622bc4175c0aa | |
parent | f1cbb17ac73993225402d7e40a0694c502570876 [diff] |
fbdev/amifb: Make amifb_setup() static Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
diff --git a/drivers/video/amifb.c b/drivers/video/amifb.c index d7961bd..d3847e7 100644 --- a/drivers/video/amifb.c +++ b/drivers/video/amifb.c
@@ -2363,7 +2363,7 @@ fb_info.monspecs.hfmax = hmax; } -int __init amifb_setup(char *options) +static int __init amifb_setup(char *options) { char *this_opt;