Commit 40efa6c8 authored by Songjun Wu's avatar Songjun Wu Committed by Greg Kroah-Hartman

serial: lantiq: Change init_lqasc to static declaration

init_lqasc() is only used internally, change to static declaration.
Signed-off-by: default avatarSongjun Wu <songjun.wu@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3c8c2a9e
......@@ -784,7 +784,7 @@ static struct platform_driver lqasc_driver = {
},
};
int __init
static int __init
init_lqasc(void)
{
int ret;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment