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.5 KB
Makefile -rw-r--r-- 720 bytes
class.c -rw-r--r-- 3.2 KB
hctosys.c -rw-r--r-- 1.9 KB
interface.c -rw-r--r-- 6.3 KB
rtc-dev.c -rw-r--r-- 8.4 KB
rtc-ds1672.c -rw-r--r-- 6.4 KB
rtc-ep93xx.c -rw-r--r-- 3.7 KB
rtc-lib.c -rw-r--r-- 2.3 KB
rtc-m48t86.c -rw-r--r-- 5.5 KB
rtc-pcf8563.c -rw-r--r-- 8.3 KB
rtc-proc.c -rw-r--r-- 3.9 KB
rtc-rs5c372.c -rw-r--r-- 6.8 KB
rtc-sa1100.c -rw-r--r-- 9.2 KB
rtc-sysfs.c -rw-r--r-- 2.9 KB
rtc-test.c -rw-r--r-- 4.3 KB
rtc-vr41xx.c -rw-r--r-- 11.1 KB
rtc-x1205.c -rw-r--r-- 15.0 KB

back to top