Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;