[PATCH] tty.h: Remove dead define

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <akpm@...>, <linux-kernel@...>
Date: Wednesday, August 22, 2007 - 6:38 pm

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

Signed-off-by: Alan Cox <alan@redhat.com>

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.
  */
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] tty.h: Remove dead define, Alan Cox, (Wed Aug 22, 6:38 pm)