]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
make macfb_setup() static
authorAdrian Bunk <bunk@kernel.org>
Sat, 26 Jul 2008 02:46:26 +0000 (19:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Jul 2008 19:00:12 +0000 (12:00 -0700)
This patch makes the needlessly global macfb_setup() static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/macfb.c

index aa8c714d62456904acdd937329517cb9330e406b..b790ddff76f9f5f91d70dd181f69699d0f4b613b 100644 (file)
@@ -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;