Skip to content

Commit

Permalink
tty: Kill TTY_FLIPBUF_SIZE
Browse files Browse the repository at this point in the history
This legacy define from the old buffer code is now only used in a single
power pc driver than doesn't compile anyway.

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 Feb 7, 2008
1 parent f8a4c3b commit 3dddbfc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions include/linux/tty.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@
*/
#define __DISABLED_CHAR '\0'

/*
* This is the flip buffer used for the tty driver. The buffer is
* located in the tty structure, and is used as a high speed interface
* between the tty driver and the tty line discipline.
*/
#define TTY_FLIPBUF_SIZE 512

struct tty_buffer {
struct tty_buffer *next;
char *char_buf_ptr;
Expand Down

0 comments on commit 3dddbfc

Please sign in to comment.