2.4.10pre14 unresolved symbol 'tty_register_ldisc'

From: mulix (mulix@actcom.co.il)
Date: Sat Sep 22 2001 - 04:19:57 EST


the patch by Mohammad A. Haque at
http://uwsg.iu.edu/hypermail/linux/kernel/0109.2/0777.html
fixes it for me.

(patch reproduced here for convenience)

--- linux/drivers/char/tty_io.c.orig Wed Sep 19 15:59:09 2001
+++ linux/drivers/char/tty_io.c Wed Sep 19 15:59:20 2001
@@ -270,6 +270,8 @@
         return 0;
 }

+EXPORT_SYMBOL(tty_register_ldisc);
+
 /* Set the discipline of a tty line. */
 static int tty_set_ldisc(struct tty_struct *tty, int ldisc)
 {

-- 
mulix

http://www.advogato.com/person/mulix http://www.sf.net/projects/syscalltrack

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Sep 23 2001 - 21:00:47 EST