Skip to content

Commit

Permalink
tty.h: remove dead define
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Oct 17, 2007
1 parent 42b2dd0 commit 328dfd0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/linux/tty.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ struct tty_bufhead {
struct tty_buffer *free; /* Free queue head */
int memory_used; /* Buffer space used excluding free queue */
};
/*
* The pty uses char_buf and flag_buf as a contiguous buffer
*/
#define PTY_BUF_SIZE 4*TTY_FLIPBUF_SIZE

/*
* When a break, frame error, or parity error happens, these codes are
* stuffed into the flags buffer.
Expand Down

0 comments on commit 328dfd0

Please sign in to comment.