Tilman Schmidt 4564f9e5fd [PATCH] consolidate line discipline number definitions
The line discipline numbers N_* are currently defined for each architecture
individually, but (except for a seeming mistake) identically, in
asm/termios.h.  There is no obvious reason why these numbers should be
architecture specific, nor any apparent relationship with the termios
structure.  The total number of these, NR_LDISCS, is defined in linux/tty.h
anyway.  So I propose the following patch which moves the definitions of
the individual line disciplines to linux/tty.h too.

Three of these numbers (N_MASC, N_PROFIBUS_FDL, and N_SMSBLOCK) are unused
in the current kernel, but the patch still keeps the complete set in case
there are plans to use them yet.

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Cc: <linux-arch@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-11 10:51:26 -08:00
..
2006-01-09 14:49:54 +11:00
2005-09-28 15:42:53 +10:00
2007-02-07 14:03:19 +11:00
2006-11-01 14:52:48 +11:00
2006-12-04 20:39:30 +11:00
2007-01-30 08:39:21 -08:00
2007-02-07 14:03:22 +11:00
2007-01-24 21:13:59 +11:00
2006-12-04 20:40:44 +11:00
2006-02-15 15:32:22 -08:00
2007-02-07 14:03:21 +11:00
2006-12-11 16:35:07 +11:00
2007-02-07 14:03:19 +11:00
2006-07-03 15:27:00 -07:00
2006-12-07 08:39:25 -08:00
2006-09-26 08:48:51 -07:00
2006-06-30 18:20:44 +02:00
2007-01-11 18:18:22 -08:00
2006-11-13 14:44:58 +11:00
2006-12-04 15:59:07 +11:00
2007-02-07 14:03:22 +11:00
2005-10-31 13:37:12 +11:00
2005-11-03 16:24:25 +11:00
2007-02-07 14:03:21 +11:00
2006-06-29 16:58:06 -07:00
2006-12-04 20:40:52 +11:00
2006-10-25 14:20:20 +10:00
2005-11-03 16:02:23 +11:00
2006-03-25 09:41:40 -08:00
2006-11-16 10:31:14 +11:00
2006-12-08 08:28:57 -08:00
2006-10-25 11:54:18 +10:00
2005-11-03 16:59:17 +11:00
2007-02-07 14:03:22 +11:00
2006-12-07 08:39:37 -08:00