[PATCH] tty.h: Remove dead define

From: Alan Cox
Date: Wed Aug 22 2007 - 18:30:56 EST


No longer used. TTY_FLIPBUF_SIZE will also go soon but needs a couple of
other cleanups first

Signed-off-by: Alan Cox <alan@xxxxxxxxxx>

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.23rc3-mm1/include/linux/tty.h linux-2.6.23rc3-mm1/include/linux/tty.h
--- linux.vanilla-2.6.23rc3-mm1/include/linux/tty.h 2007-08-13 13:28:02.000000000 +0100
+++ linux-2.6.23rc3-mm1/include/linux/tty.h 2007-08-22 17:51:01.000000000 +0100
@@ -82,11 +75,6 @@
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.
*/
-
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/