gpio: staticize xway_stp_init()
This initcall is only called from the driver itself, staticize it. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
3f97d5fcf9
commit
afdadc06df
@ -292,7 +292,7 @@ static struct platform_driver xway_stp_driver = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
int __init xway_stp_init(void)
|
static int __init xway_stp_init(void)
|
||||||
{
|
{
|
||||||
return platform_driver_register(&xway_stp_driver);
|
return platform_driver_register(&xway_stp_driver);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user