Skip to content

Commit

Permalink
fbdev/amifb: Make amifb_setup() static
Browse files Browse the repository at this point in the history
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
  • Loading branch information
Geert Uytterhoeven authored and Florian Tobias Schandinat committed Dec 3, 2011
1 parent f1cbb17 commit 78ffd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/amifb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 78ffd70

Please sign in to comment.