Commit 9f561dfceaafaae73ecfc81b1156dde3056e1ec9

Authored by Adrian Bunk
Committed by Linus Torvalds
1 parent da1cfe1ae4

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/serial/8250_gsc.c
... ... @@ -111,7 +111,7 @@
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);