Skip to content

Commit

Permalink
make macfb_setup() static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 26, 2008
1 parent f56f6d3 commit 511e748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/macfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 511e748

Please sign in to comment.