aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h
diff options
context:
space:
mode:
authorPavan Savoy <pavan_savoy@ti.com>2010-04-08 13:16:52 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-21 09:34:29 -0700
commit1ff454ef9b1e852e8f4d295a68a715b1dddf233c (patch)
tree72332c82c1fbbdf329c8c0ca7a7b861715315d94 /include/linux/tty.h
parentserial: bfin_sport_uart: drop redundant cpu depends (diff)
downloadlinux-dev-1ff454ef9b1e852e8f4d295a68a715b1dddf233c.tar.xz
linux-dev-1ff454ef9b1e852e8f4d295a68a715b1dddf233c.zip
serial: TTY: new ldiscs for staging
Push the max ldiscs by a few number to allow ldiscs to exist in the staging directory and elsewhere. Signed-off-by: Pavan Savoy <pavan_savoy@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r--include/linux/tty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h
index bb44fa9ae135..7e605e4b3da3 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -23,7 +23,7 @@
*/
#define NR_UNIX98_PTY_DEFAULT 4096 /* Default maximum for Unix98 ptys */
#define NR_UNIX98_PTY_MAX (1 << MINORBITS) /* Absolute limit */
-#define NR_LDISCS 21
+#define NR_LDISCS 30
/* line disciplines */
#define N_TTY 0