From 78ffd70e6a717600d16567e2611f83a2375f3c55 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Mon, 21 Nov 2011 21:53:55 +0100 Subject: [PATCH] fbdev/amifb: Make amifb_setup() static Signed-off-by: Geert Uytterhoeven Signed-off-by: Florian Tobias Schandinat --- drivers/video/amifb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.46.0