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
bitops
4level-fixup.h -rw-r--r-- 839 bytes
atomic.h -rw-r--r-- 2.1 KB
bitops.h -rw-r--r-- 932 bytes
bug.h -rw-r--r-- 883 bytes
cputime.h -rw-r--r-- 1.8 KB
div64.h -rw-r--r-- 1.3 KB
dma-mapping-broken.h -rw-r--r-- 435 bytes
dma-mapping.h -rw-r--r-- 7.1 KB
emergency-restart.h -rw-r--r-- 209 bytes
errno-base.h -rw-r--r-- 1.5 KB
errno.h -rw-r--r-- 5.0 KB
fcntl.h -rw-r--r-- 3.2 KB
futex.h -rw-r--r-- 1.3 KB
ide_iops.h -rw-r--r-- 752 bytes
ioctl.h -rw-r--r-- 3.0 KB
iomap.h -rw-r--r-- 2.8 KB
ipc.h -rw-r--r-- 613 bytes
local.h -rw-r--r-- 2.4 KB
memory_model.h -rw-r--r-- 2.0 KB
mman.h -rw-r--r-- 1.6 KB
mutex-dec.h -rw-r--r-- 3.5 KB
mutex-null.h -rw-r--r-- 806 bytes
mutex-xchg.h -rw-r--r-- 3.7 KB
page.h -rw-r--r-- 452 bytes
pci-dma-compat.h -rw-r--r-- 3.3 KB
pci.h -rw-r--r-- 1.2 KB
percpu.h -rw-r--r-- 1.3 KB
pgtable-nopmd.h -rw-r--r-- 1.8 KB
pgtable-nopud.h -rw-r--r-- 1.8 KB
pgtable.h -rw-r--r-- 6.3 KB
resource.h -rw-r--r-- 2.7 KB
rtc.h -rw-r--r-- 5.1 KB
sections.h -rw-r--r-- 625 bytes
siginfo.h -rw-r--r-- 8.2 KB
signal.h -rw-r--r-- 658 bytes
statfs.h -rw-r--r-- 803 bytes
termios.h -rw-r--r-- 1.8 KB
tlb.h -rw-r--r-- 3.8 KB
topology.h -rw-r--r-- 1.7 KB
uaccess.h -rw-r--r-- 702 bytes
unaligned.h -rw-r--r-- 2.7 KB
vmlinux.lds.h -rw-r--r-- 5.8 KB
xor.h -rw-r--r-- 13.6 KB

back to top