Revision ff4547f4aa9823908e9866495598fc65772c2a09 authored by Tobias Powalowski on 23 May 2006, 05:35:28 UTC, committed by Linus Torvalds on 23 May 2006, 17:35:31 UTC
We still don't have the tty layer licensing compatibility quite right.

tty_insert_flip_char() used to be inlined in include/linux/tty_flip.h.  It
is now out-of-lined and hence needs EXPORT_SYMBOL() to be back-compatible.

One known offender is the Intel Modem driver.

Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent a2eb0c1
History
File Mode Size
Kconfig -rw-r--r-- 4.9 KB
Makefile -rw-r--r-- 510 bytes
isdn_audio.c -rw-r--r-- 19.9 KB
isdn_audio.h -rw-r--r-- 1.5 KB
isdn_bsdcomp.c -rw-r--r-- 23.6 KB
isdn_common.c -rw-r--r-- 57.1 KB
isdn_common.h -rw-r--r-- 1.8 KB
isdn_concap.c -rw-r--r-- 3.0 KB
isdn_concap.h -rw-r--r-- 382 bytes
isdn_net.c -rw-r--r-- 86.7 KB
isdn_net.h -rw-r--r-- 5.3 KB
isdn_ppp.c -rw-r--r-- 78.9 KB
isdn_ppp.h -rw-r--r-- 1.7 KB
isdn_tty.c -rw-r--r-- 94.7 KB
isdn_tty.h -rw-r--r-- 3.5 KB
isdn_ttyfax.c -rw-r--r-- 25.3 KB
isdn_ttyfax.h -rw-r--r-- 503 bytes
isdn_v110.c -rw-r--r-- 16.4 KB
isdn_v110.h -rw-r--r-- 871 bytes
isdn_x25iface.c -rw-r--r-- 9.9 KB
isdn_x25iface.h -rw-r--r-- 842 bytes

back to top