Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

make probe_serial_gsc() static

This patch makes the needlessly global probe_serial_gsc() static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Adrian Bunk and committed by
Linus Torvalds
9f561dfc da1cfe1a

+1 -1
+1 -1
drivers/serial/8250_gsc.c
··· 111 111 .probe = serial_init_chip, 112 112 }; 113 113 114 - int __init probe_serial_gsc(void) 114 + static int __init probe_serial_gsc(void) 115 115 { 116 116 register_parisc_driver(&lasi_driver); 117 117 register_parisc_driver(&serial_driver);