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
chips
devices
maps
nand
onenand
Kconfig -rw-r--r-- 9.9 KB
Makefile -rw-r--r-- 928 bytes
afs.c -rw-r--r-- 6.4 KB
cmdlinepart.c -rw-r--r-- 9.0 KB
ftl.c -rw-r--r-- 31.2 KB
inftlcore.c -rw-r--r-- 23.9 KB
inftlmount.c -rw-r--r-- 23.1 KB
mtd_blkdevs.c -rw-r--r-- 10.8 KB
mtdblock.c -rw-r--r-- 9.3 KB
mtdblock_ro.c -rw-r--r-- 1.9 KB
mtdchar.c -rw-r--r-- 13.5 KB
mtdconcat.c -rw-r--r-- 20.6 KB
mtdcore.c -rw-r--r-- 8.7 KB
mtdpart.c -rw-r--r-- 17.4 KB
nftlcore.c -rw-r--r-- 22.7 KB
nftlmount.c -rw-r--r-- 25.8 KB
redboot.c -rw-r--r-- 6.5 KB
rfd_ftl.c -rw-r--r-- 18.4 KB

back to top