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.8 KB
Makefile -rw-r--r-- 615 bytes
bcm203x.c -rw-r--r-- 7.2 KB
bfusb.c -rw-r--r-- 17.0 KB
bluecard_cs.c -rw-r--r-- 22.3 KB
bpa10x.c -rw-r--r-- 13.9 KB
bt3c_cs.c -rw-r--r-- 17.7 KB
btuart_cs.c -rw-r--r-- 16.9 KB
dtl1_cs.c -rw-r--r-- 15.3 KB
hci_bcsp.c -rw-r--r-- 18.9 KB
hci_h4.c -rw-r--r-- 6.1 KB
hci_ldisc.c -rw-r--r-- 12.0 KB
hci_uart.h -rw-r--r-- 2.2 KB
hci_usb.c -rw-r--r-- 26.7 KB
hci_usb.h -rw-r--r-- 3.6 KB
hci_vhci.c -rw-r--r-- 7.7 KB

back to top