From d78c32d1c90f05ecd38a6161b385cfbc78db0fb3 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sat, 22 Oct 2005 02:19:16 +0000 Subject: [PATCH] Al's comments. --- drivers/tty/tty.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/tty/tty.c b/drivers/tty/tty.c index c1448ead7..e33cf9370 100644 --- a/drivers/tty/tty.c +++ b/drivers/tty/tty.c @@ -45,6 +45,8 @@ * |-------------+---------+---------+---------+---------+---------+---------| * | DEV_CLOSE |minor dev| proc nr | | | | | * |-------------+---------+---------+---------+---------+---------+---------| + * | DEV_SELECT | | | | | | | + * |-------------+---------+---------+---------+---------+---------+---------| * | DEV_STATUS | | | | | | | * |-------------+---------+---------+---------+---------+---------+---------| * | CANCEL |minor dev| proc nr | | | | | @@ -56,7 +58,6 @@ * Jul 13, 2004 support for function key observers (Jorrit N. Herder) */ -#include "../drivers.h" #include "../drivers.h" #include #if ENABLE_SRCCOMPAT || ENABLE_BINCOMPAT -- 2.44.0