aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386/termios.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-11 05:11:39 -0400
committerThomas Gleixner <tglx@linutronix.de>2007-10-11 05:11:39 -0400
commitb7d331281488193621e255f47773e42f406b939d (patch)
tree26bc168ba5f9eac63765ff2f1ae2b5ff0ba0c463 /include/asm-i386/termios.h
parent2eb4c95094d927f2eb094f720222cc5a9cc22fd3 (diff)
i386: remove module.h include from termios.h
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-i386/termios.h')
-rw-r--r--include/asm-i386/termios.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-i386/termios.h b/include/asm-i386/termios.h
index f520b7c16fa2..6fdb2c841b73 100644
--- a/include/asm-i386/termios.h
+++ b/include/asm-i386/termios.h
@@ -40,7 +40,6 @@ struct termio {
40/* ioctl (fd, TIOCSERGETLSR, &result) where result may be as below */ 40/* ioctl (fd, TIOCSERGETLSR, &result) where result may be as below */
41 41
42#ifdef __KERNEL__ 42#ifdef __KERNEL__
43#include <linux/module.h>
44 43
45/* intr=^C quit=^\ erase=del kill=^U 44/* intr=^C quit=^\ erase=del kill=^U
46 eof=^D vtime=\0 vmin=\1 sxtc=\0 45 eof=^D vtime=\0 vmin=\1 sxtc=\0