mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
pty: Fix a comment
We fixed the globals, so now fix the comment Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
4b6ae89ef4
commit
620df3c0a5
@ -30,7 +30,6 @@
|
||||
|
||||
#include <asm/system.h>
|
||||
|
||||
/* These are global because they are accessed in tty_io.c */
|
||||
#ifdef CONFIG_UNIX98_PTYS
|
||||
static struct tty_driver *ptm_driver;
|
||||
static struct tty_driver *pts_driver;
|
||||
|
Loading…
Reference in New Issue
Block a user