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-- 381 bytes
Makefile -rw-r--r-- 257 bytes
card.h -rw-r--r-- 3.1 KB
command.c -rw-r--r-- 9.2 KB
debug.h -rw-r--r-- 628 bytes
event.c -rw-r--r-- 1.7 KB
hardware.h -rw-r--r-- 3.9 KB
includes.h -rw-r--r-- 413 bytes
init.c -rw-r--r-- 13.3 KB
interrupt.c -rw-r--r-- 6.7 KB
ioctl.c -rw-r--r-- 15.0 KB
message.c -rw-r--r-- 5.9 KB
message.h -rw-r--r-- 7.1 KB
packet.c -rw-r--r-- 6.9 KB
scioc.h -rw-r--r-- 2.2 KB
shmem.c -rw-r--r-- 3.9 KB
timer.c -rw-r--r-- 4.0 KB

back to top