aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h
diff options
context:
space:
mode:
authorAlan Cox <alan@lxorguk.ukuu.org.uk>2007-10-17 02:27:31 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-17 11:42:55 -0400
commit328dfd0f78136082d32d5663d08b514ecba91e68 (patch)
treec6bd04bf63af394ec4d8b556a5f104efc26b47df /include/linux/tty.h
parent42b2dd0a02c512cf59c96f5c227bf54bfe5bbf08 (diff)
tty.h: remove dead define
No longer used. TTY_FLIPBUF_SIZE will also go soon but needs a couple of other cleanups first Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r--include/linux/tty.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h
index 60478f6e5dc6..274b40ff0cd8 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -81,11 +81,6 @@ struct tty_bufhead {
81 int memory_used; /* Buffer space used excluding free queue */ 81 int memory_used; /* Buffer space used excluding free queue */
82}; 82};
83/* 83/*
84 * The pty uses char_buf and flag_buf as a contiguous buffer
85 */
86#define PTY_BUF_SIZE 4*TTY_FLIPBUF_SIZE
87
88/*
89 * When a break, frame error, or parity error happens, these codes are 84 * When a break, frame error, or parity error happens, these codes are
90 * stuffed into the flags buffer. 85 * stuffed into the flags buffer.
91 */ 86 */