serial: lantiq: Change init_lqasc to static declaration

init_lqasc() is only used internally, change to static declaration.

Signed-off-by: Songjun Wu <songjun.wu@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Songjun Wu 2018-10-16 17:19:14 +08:00 committed by Greg Kroah-Hartman
parent 3c8c2a9e29
commit 40efa6c8f6

View File

@ -784,7 +784,7 @@ static struct platform_driver lqasc_driver = {
},
};
int __init
static int __init
init_lqasc(void)
{
int ret;