summaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h
diff options
context:
space:
mode:
authorPeter Hurley2013-05-17 18:49:48 +0200
committerGreg Kroah-Hartman2013-05-20 21:12:40 +0200
commit582f55907d3f6cb762af20b56478bf25ef96430e (patch)
tree49f7abaab34dffe2e776f4f5e3f6d39aceda5454 /include/linux/tty.h
parenttty: xuartps: Remove suspend/resume functions (diff)
downloadkernel-qcow2-linux-582f55907d3f6cb762af20b56478bf25ef96430e.tar.gz
kernel-qcow2-linux-582f55907d3f6cb762af20b56478bf25ef96430e.tar.xz
kernel-qcow2-linux-582f55907d3f6cb762af20b56478bf25ef96430e.zip
tty: Remove TTY_HW_COOK_IN/OUT
No in-tree tty driver supports cooked mode in hardware; remove. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r--include/linux/tty.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h
index 8780bd2a272a..82ab69bc9b79 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -309,8 +309,6 @@ struct tty_file_private {
#define TTY_LDISC 9 /* Line discipline attached */
#define TTY_LDISC_CHANGING 10 /* Line discipline changing */
#define TTY_LDISC_OPEN 11 /* Line discipline is open */
-#define TTY_HW_COOK_OUT 14 /* Hardware can do output cooking */
-#define TTY_HW_COOK_IN 15 /* Hardware can do input cooking */
#define TTY_PTY_LOCK 16 /* pty private */
#define TTY_NO_WRITE_SPLIT 17 /* Preserve write boundaries to driver */
#define TTY_HUPPED 18 /* Post driver->hangup() */