]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
pty: Fix a comment
authorAlan Cox <alan@linux.intel.com>
Thu, 11 Jun 2009 11:45:53 +0000 (12:45 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Jun 2009 15:51:00 +0000 (08:51 -0700)
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>
drivers/char/pty.c

index 31038a0052a2c3e007a4e792f2945ff015a7856e..da2cb8c70c110d1c4bb2bb87cf446ab4d69f652c 100644 (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;