commit | e1a2509023785bd3199ac068ab80155aeba01265 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Mon Apr 10 22:54:05 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Apr 11 06:18:41 2006 -0700 |
tree | 2d1f4541893a39537e67a921a2d5999c38310c28 | |
parent | d824e66a9a427faf69c58f98dd7e1c3d1bb51c61 [diff] |
[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>