dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Alan Cox 2009-06-11 12:45:53 +01:00 committed by Linus Torvalds
parent 4b6ae89ef4
commit 620df3c0a5
1 changed files with 0 additions and 1 deletions

View File

@ -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;