]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] tty_insert_flip_string_flags() license fix
authorTobias Powalowski <t.powa@gmx.de>
Tue, 23 May 2006 05:35:28 +0000 (22:35 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 23 May 2006 17:35:31 +0000 (10:35 -0700)
commit32d158a5a365633ceea09d8099bd559cd74e00da
treefcf9554da66fb06d5e466363f6e96cada2aafab2
parent08b7459b20ce583c49d70a2a373514f685eb337b
[PATCH] tty_insert_flip_string_flags() license fix

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>
drivers/char/tty_io.c