diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-02 14:23:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-02 14:23:14 -0400 |
commit | b66e1f11ebc429569a3784aaf64123633d9e3ed1 (patch) | |
tree | d49f96acc682aaf29416921428110da5fd78fea4 /drivers/char | |
parent | 1be1d6b7f3f6e3a87f872dd5e7a867d03d8a6851 (diff) | |
parent | 5c598b3428c372a1209597cee99a70da20625876 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6:
[PATCH] fix sysctl_nr_open bugs
[PATCH] sanitize anon_inode_getfd()
[PATCH] split linux/file.h
[PATCH] make osf_select() use core_sys_select()
[PATCH] remove horrors with irix tty ioctls handling
[PATCH] fix file and descriptor handling in perfmon
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/tty_audit.c | 1 | ||||
-rw-r--r-- | drivers/char/tty_io.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/tty_audit.c b/drivers/char/tty_audit.c index 6342b0534f4d..3582f43345a8 100644 --- a/drivers/char/tty_audit.c +++ b/drivers/char/tty_audit.c | |||
@@ -11,6 +11,7 @@ | |||
11 | 11 | ||
12 | #include <linux/audit.h> | 12 | #include <linux/audit.h> |
13 | #include <linux/file.h> | 13 | #include <linux/file.h> |
14 | #include <linux/fdtable.h> | ||
14 | #include <linux/tty.h> | 15 | #include <linux/tty.h> |
15 | 16 | ||
16 | struct tty_audit_buf { | 17 | struct tty_audit_buf { |
diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c index 1d298c2cf930..49c1a2267a55 100644 --- a/drivers/char/tty_io.c +++ b/drivers/char/tty_io.c | |||
@@ -78,6 +78,7 @@ | |||
78 | #include <linux/tty_flip.h> | 78 | #include <linux/tty_flip.h> |
79 | #include <linux/devpts_fs.h> | 79 | #include <linux/devpts_fs.h> |
80 | #include <linux/file.h> | 80 | #include <linux/file.h> |
81 | #include <linux/fdtable.h> | ||
81 | #include <linux/console.h> | 82 | #include <linux/console.h> |
82 | #include <linux/timer.h> | 83 | #include <linux/timer.h> |
83 | #include <linux/ctype.h> | 84 | #include <linux/ctype.h> |