diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-11-21 21:53:55 +0100 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-12-03 22:03:32 +0000 |
commit | 78ffd70e6a717600d16567e2611f83a2375f3c55 (patch) | |
tree | 421b40146055ad269e0c35556b6622bc4175c0aa /drivers/video | |
parent | f1cbb17ac73993225402d7e40a0694c502570876 (diff) | |
download | linux-3.10-78ffd70e6a717600d16567e2611f83a2375f3c55.tar.gz linux-3.10-78ffd70e6a717600d16567e2611f83a2375f3c55.tar.bz2 linux-3.10-78ffd70e6a717600d16567e2611f83a2375f3c55.zip |
fbdev/amifb: Make amifb_setup() static
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/amifb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/amifb.c b/drivers/video/amifb.c index d7961bdc112..d3847e70f99 100644 --- a/drivers/video/amifb.c +++ b/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; |