]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
tty: Kill TTY_FLIPBUF_SIZE
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Thu, 7 Feb 2008 08:13:28 +0000 (00:13 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 7 Feb 2008 16:42:16 +0000 (08:42 -0800)
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>
include/linux/tty.h

index 5824a9777ad7d39cc13a67910936cafbb2cce178..dd8e08fe88551a3d9c9ca2529226bfa55631e69b 100644 (file)
  */
 #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;