]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
fbdev/amifb: Make amifb_setup() static
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 21 Nov 2011 20:53:55 +0000 (21:53 +0100)
committerFlorian 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

index d7961bdc1124d560b53c6353e016028e7b10db76..d3847e70f99ef55e15e6c1eb9e9640530d75a2fd 100644 (file)
@@ -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;