summaryrefslogtreecommitdiffstats
path: root/drivers/char/pty.c
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2009-06-11 13:45:53 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2009-06-11 17:51:00 +0200
commit620df3c0a5b70656c4de6049825de214f108218e (patch)
treeba575904a4e0f72883ff62fe23dff5d241334e5e /drivers/char/pty.c
parentserial: update maintainers file (diff)
downloadlinux-620df3c0a5b70656c4de6049825de214f108218e.tar.xz
linux-620df3c0a5b70656c4de6049825de214f108218e.zip
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>
Diffstat (limited to 'drivers/char/pty.c')
-rw-r--r--drivers/char/pty.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/pty.c b/drivers/char/pty.c
index 31038a0052a2..da2cb8c70c11 100644
--- a/drivers/char/pty.c
+++ b/drivers/char/pty.c
@@ -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;