Skip to content

Commit

Permalink
i386: remove module.h include from termios.h
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent 2eb4c95 commit b7d3312
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/asm-i386/termios.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ struct termio {
/* ioctl (fd, TIOCSERGETLSR, &result) where result may be as below */

#ifdef __KERNEL__
#include <linux/module.h>

/* intr=^C quit=^\ erase=del kill=^U
eof=^D vtime=\0 vmin=\1 sxtc=\0
Expand Down

0 comments on commit b7d3312

Please sign in to comment.