mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +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
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue