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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -784,7 +784,7 @@ static struct platform_driver lqasc_driver = {
	},
};

int __init
static int __init
init_lqasc(void)
{
	int ret;