diff options
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/tty_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c index d8d240c8a25a..2a15af65dd11 100644 --- a/drivers/char/tty_io.c +++ b/drivers/char/tty_io.c | |||
@@ -1211,7 +1211,7 @@ static void tty_line_name(struct tty_driver *driver, int index, char *p) | |||
1211 | * be held until the 'fast-open' is also done. Will change once we | 1211 | * be held until the 'fast-open' is also done. Will change once we |
1212 | * have refcounting in the driver and per driver locking | 1212 | * have refcounting in the driver and per driver locking |
1213 | */ | 1213 | */ |
1214 | struct tty_struct *tty_driver_lookup_tty(struct tty_driver *driver, | 1214 | static struct tty_struct *tty_driver_lookup_tty(struct tty_driver *driver, |
1215 | struct inode *inode, int idx) | 1215 | struct inode *inode, int idx) |
1216 | { | 1216 | { |
1217 | struct tty_struct *tty; | 1217 | struct tty_struct *tty; |