commit | da909ce4c0df482a43e1e8c827a7d2f169973736 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Aug 10 18:02:29 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Aug 11 08:59:09 2010 -0700 |
tree | c2715adf1cb2ba1689c5429c41c072af2e6ca8d8 | |
parent | ec81c9cc2f58a3a9f9637c390ea83efe9f91abf7 [diff] |
fbcon: uninline large static function get_color() This function's body is good two screenfuls and it has six callsites. No apparent reason why it is marked inline. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>