From: Adrian Bunk Date: Sat, 26 Jul 2008 02:46:26 +0000 (-0700) Subject: make macfb_setup() static X-Git-Tag: v2.6.27-rc1~89 X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=511e7483abe1ab433d8ab7a7998f799042b52941;p=linux-2.6-omap-h63xx.git make macfb_setup() static This patch makes the needlessly global macfb_setup() static. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/macfb.c b/drivers/video/macfb.c index aa8c714d624..b790ddff76f 100644 --- a/drivers/video/macfb.c +++ b/drivers/video/macfb.c @@ -596,7 +596,7 @@ static struct fb_ops macfb_ops = { .fb_imageblit = cfb_imageblit, }; -void __init macfb_setup(char *options) +static void __init macfb_setup(char *options) { char *this_opt;