Messages in this thread |  | | Date | Fri, 21 Sep 2001 16:26:42 -0400 | From | Danny Cox <> | Subject | 2.4.10-pre12 Missing EXPORT_SYMBOL? |
| |
All,
I updated my kernel to 2.4.10-pre12, and upon 'make modules_install', depmod reported a missing symbol: tty_register_ldisc, from ppp_async.
I added a 'EXPORT_SYMBOL(tty_register_ldisc)' just after the tty_register_ldisc definition in drivers/char/tty_io.c, and all was well.
Just FYI.
-- "Men occasionally stumble over the truth, but most of them pick themselves up and hurry off as if nothing had happened." -- Winston Churchill
Danny - 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/
|  |