Commit 511e7483 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

make macfb_setup() static

This patch makes the needlessly global macfb_setup() static.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f56f6d30
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment