提交 117378e5 编写于 作者: K Kuninori Morimoto 提交者: Simon Horman

ARM: shmobile: r8a7778: r8a7778_register_hspi() become static

r8a7778_register_hspi() used only from setup-r8a7778.c
it can be static
Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 cd4ab042
...@@ -258,7 +258,7 @@ static struct resource hspi_resources[] __initdata = { ...@@ -258,7 +258,7 @@ static struct resource hspi_resources[] __initdata = {
DEFINE_RES_IRQ(gic_iid(0x75)), DEFINE_RES_IRQ(gic_iid(0x75)),
}; };
void __init r8a7778_register_hspi(int id) static void __init r8a7778_register_hspi(int id)
{ {
BUG_ON(id < 0 || id > 2); BUG_ON(id < 0 || id > 2);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册