[PATCH] tty: Kill TTY_FLIPBUF_SIZE

From: Alan Cox
Date: Mon Oct 15 2007 - 16:15:30 EST


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@xxxxxxxxxx>

diff -u --exclude-from /usr/src/exclude --new-file --recursive linux.vanilla-2.6.23-mm1/include/linux/tty.h linux-2.6.23-mm1/include/linux/tty.h
--- linux.vanilla-2.6.23-mm1/include/linux/tty.h 2007-10-15 15:03:38.000000000 +0100
+++ linux-2.6.23-mm1/include/linux/tty.h 2007-10-15 15:28:46.000000000 +0100
@@ -52,13 +52,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;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/