diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2007-10-17 02:27:05 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:42:52 -0400 |
commit | 7f748bbd7f84034204a14928a048695ff8b9d8ca (patch) | |
tree | 7034a62fc6c4e1a6472a3d5dc3d79e9fcc7aca55 | |
parent | 04c71976500352d02f60616d2b960267d8c5fe24 (diff) |
mxser: Remove use of dead TTY_FLIPBUF_SIZE definition
We simply define it to the same value. Nowdays the TTY flip value is
irrelevant but the value it used is as good as any so why risk breaking it
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>
-rw-r--r-- | drivers/char/mxser.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/char/mxser.h b/drivers/char/mxser.h index 9fe28497eae9..1f4aa45ec004 100644 --- a/drivers/char/mxser.h +++ b/drivers/char/mxser.h | |||
@@ -30,8 +30,7 @@ | |||
30 | 30 | ||
31 | #define TTY_THRESHOLD_THROTTLE 128 | 31 | #define TTY_THRESHOLD_THROTTLE 128 |
32 | 32 | ||
33 | #define LO_WATER (TTY_FLIPBUF_SIZE) | 33 | #define HI_WATER 768 |
34 | #define HI_WATER (TTY_FLIPBUF_SIZE*2*3/4) | ||
35 | 34 | ||
36 | // added by James. 03-11-2004. | 35 | // added by James. 03-11-2004. |
37 | #define MOXA_SDS_GETICOUNTER (MOXA + 68) | 36 | #define MOXA_SDS_GETICOUNTER (MOXA + 68) |