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:
parent
3c8c2a9e29
commit
40efa6c8f6
@ -784,7 +784,7 @@ static struct platform_driver lqasc_driver = {
|
||||
},
|
||||
};
|
||||
|
||||
int __init
|
||||
static int __init
|
||||
init_lqasc(void)
|
||||
{
|
||||
int ret;
|
||||
|
Loading…
Reference in New Issue
Block a user