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:
Родитель
f1cbb17ac7
Коммит
78ffd70e6a
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче