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-- 3.1 KB
Makefile -rw-r--r-- 560 bytes
amd76x_edac.c -rw-r--r-- 8.1 KB
e752x_edac.c -rw-r--r-- 28.7 KB
e7xxx_edac.c -rw-r--r-- 14.3 KB
edac_mc.c -rw-r--r-- 51.5 KB
edac_mc.h -rw-r--r-- 14.8 KB
i82860_edac.c -rw-r--r-- 7.7 KB
i82875p_edac.c -rw-r--r-- 13.1 KB
r82600_edac.c -rw-r--r-- 10.6 KB

back to top