Browse Source

fbdev/amifb: Make amifb_setup() static

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Geert Uytterhoeven 13 years ago
parent
commit
78ffd70e6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/video/amifb.c

+ 1 - 1
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;