From: Jiri Slaby Date: Thu, 4 Nov 2010 15:20:23 +0000 (+0100) Subject: TTY: include termios.h in tty_driver.h X-Git-Tag: v2.6.38-rc1~464^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dfbd044d0d99cad2fe50e4f6c79845703fa0558;p=pandora-kernel.git TTY: include termios.h in tty_driver.h We reference termios and termiox in tty_driver.h, but we do not include linux/termios.h where these are defined. Add the #include properly. Otherwise when we include tty_driver.h, we get compile errors. Signed-off-by: Jiri Slaby Cc: Alan Cox Cc: Greg KH Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed