From: Geert Uytterhoeven Date: Mon, 21 Nov 2011 20:53:55 +0000 (+0100) Subject: fbdev/amifb: Make amifb_setup() static X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=78ffd70e6a717600d16567e2611f83a2375f3c55;p=linux-beck.git fbdev/amifb: Make amifb_setup() static Signed-off-by: Geert Uytterhoeven Signed-off-by: Florian Tobias Schandinat --- diff --git a/drivers/video/amifb.c b/drivers/video/amifb.c index d7961bdc1124..d3847e70f99e 100644 --- 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;