fbdev/amifb: Make amifb_setup() static

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
This commit is contained in:
Geert Uytterhoeven 2011-11-21 21:53:55 +01:00 коммит произвёл Florian Tobias Schandinat
Родитель f1cbb17ac7
Коммит 78ffd70e6a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;