Skip to content

Commit

Permalink
make probe_serial_gsc() static
Browse files Browse the repository at this point in the history
This patch makes the needlessly global probe_serial_gsc() static.

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
AdrianBunk authored and torvalds committed Oct 20, 2008
1 parent da1cfe1 commit 9f561df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/8250_gsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ static struct parisc_driver serial_driver = {
.probe = serial_init_chip,
};

int __init probe_serial_gsc(void)
static int __init probe_serial_gsc(void)
{
register_parisc_driver(&lasi_driver);
register_parisc_driver(&serial_driver);
Expand Down

0 comments on commit 9f561df

Please sign in to comment.