提交 511e7483 编写于 作者: A Adrian Bunk 提交者: Linus Torvalds

make macfb_setup() static

This patch makes the needlessly global macfb_setup() static.
Signed-off-by: NAdrian Bunk <bunk@kernel.org>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册