From: Andrew Morton Date: Tue, 11 Apr 2006 05:54:05 +0000 (-0700) Subject: [PATCH] make tty_insert_flip_string_flags() a non gpl export X-Git-Tag: v2.6.17-rc2~201 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1a2509023785bd3199ac068ab80155aeba01265;p=pandora-kernel.git [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 Cc: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed