mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/c025aed0b1506399b73ff1d1bfa40ed641fcb3e3.1593318192.git.fthain@telegraphics.com.au
This commit is contained in:
parent
046ace8256
commit
3327e58a04
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user