提交 3327e58a 编写于 作者: F Finn Thain 提交者: Michael Ellerman

macintosh/via-macii: Clarify definition of macii_init()

The function prototype correctly specifies the 'static' storage class.
Let the function definition match the declaration for better readability.
Signed-off-by: NFinn Thain <fthain@telegraphics.com.au>
Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/c025aed0b1506399b73ff1d1bfa40ed641fcb3e3.1593318192.git.fthain@telegraphics.com.au
上级 046ace82
......@@ -140,7 +140,7 @@ static int macii_probe(void)
}
/* Initialize the driver */
int macii_init(void)
static int macii_init(void)
{
unsigned long flags;
int err;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册