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: for-linus-20190104~51^2~78 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=40efa6c8f648c2cf28c0593164bd4993580bde87;p=linux-block.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 ba0c70b16bda..e052b69ceb98 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;