From: Tobias Powalowski Date: Tue, 23 May 2006 05:35:28 +0000 (-0700) Subject: [PATCH] tty_insert_flip_string_flags() license fix X-Git-Tag: v2.6.17-rc5~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff4547f4aa9823908e9866495598fc65772c2a09;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed