[PATCH] make tty_insert_flip_string_flags() a non gpl export
authorAndrew Morton <akpm@osdl.org>
Tue, 11 Apr 2006 05:54:05 +0000 (22:54 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 11 Apr 2006 13:18:41 +0000 (06:18 -0700)
commite1a2509023785bd3199ac068ab80155aeba01265
tree2d1f4541893a39537e67a921a2d5999c38310c28
parentd824e66a9a427faf69c58f98dd7e1c3d1bb51c61
[PATCH] make tty_insert_flip_string_flags() a non gpl export

We changed the wrong symbol.  It's tty_insert_flip_string_flags() which is
called from the previously-non-GPL'ed now-inlined tty_insert_flip_char().

Fix that up, and uninline tty_schedule_flip() while we're there.

Cc: Tobias Powalowski <t.powa@gmx.de>
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
include/linux/tty_flip.h