From: Songjun Wu Date: Tue, 16 Oct 2018 09:19:14 +0000 (+0800) Subject: serial: lantiq: Change init_lqasc to static declaration X-Git-Tag: v5.0-rc1~98^2~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40efa6c8f648c2cf28c0593164bd4993580bde87;p=thirdparty%2Fkernel%2Flinux.git serial: lantiq: Change init_lqasc to static declaration init_lqasc() is only used internally, change to static declaration. Signed-off-by: Songjun Wu Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/lantiq.c b/drivers/tty/serial/lantiq.c index ba0c70b16bda9..e052b69ceb985 100644 --- a/drivers/tty/serial/lantiq.c +++ b/drivers/tty/serial/lantiq.c @@ -784,7 +784,7 @@ static struct platform_driver lqasc_driver = { }, }; -int __init +static int __init init_lqasc(void) { int ret;