From: Denys Vlasenko Date: Wed, 11 Aug 2010 01:02:29 +0000 (-0700) Subject: fbcon: uninline four foo_update_attr() functions X-Git-Tag: v2.6.36-rc1~187 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26c5be3c750df6f8a9193d478905627ec75f7f41;p=pandora-kernel.git fbcon: uninline four foo_update_attr() functions This patch uninlines four similar functions, foo_update_attr(), in four fbcon-related files. These functions contain loops, two of theam have _nested_ loops, and they have more than one callsite each. I think they should not be inlined. Signed-off-by: Denys Vlasenko Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed