projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b6ae89
)
pty: Fix a comment
author
Alan Cox
<alan@linux.intel.com>
Thu, 11 Jun 2009 11:45:53 +0000
(12:45 +0100)
committer
Linus 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/pty.c
b/drivers/char/pty.c
index 31038a0052a2c3e007a4e792f2945ff015a7856e..da2cb8c70c110d1c4bb2bb87cf446ab4d69f652c 100644
(file)
--- 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;