Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tty: Kill TTY_FLIPBUF_SIZE

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>

authored by

Alan Cox and committed by
Linus Torvalds
3dddbfc3 f8a4c3b5

-7
-7
include/linux/tty.h
··· 53 53 */ 54 54 #define __DISABLED_CHAR '\0' 55 55 56 - /* 57 - * This is the flip buffer used for the tty driver. The buffer is 58 - * located in the tty structure, and is used as a high speed interface 59 - * between the tty driver and the tty line discipline. 60 - */ 61 - #define TTY_FLIPBUF_SIZE 512 62 - 63 56 struct tty_buffer { 64 57 struct tty_buffer *next; 65 58 char *char_buf_ptr;