summaryrefslogtreecommitdiff
path: root/drivers/char/pty.c
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2009-06-11 12:45:53 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2009-06-11 08:51:00 -0700
commit620df3c0a5b70656c4de6049825de214f108218e (patch)
treeba575904a4e0f72883ff62fe23dff5d241334e5e /drivers/char/pty.c
parent4b6ae89ef40d0d5d4c85098c1d0a012333a68729 (diff)
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;