fbcon: uninline large static function get_color()
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 11 Aug 2010 01:02:29 +0000 (18:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Aug 2010 15:59:09 +0000 (08:59 -0700)
commitda909ce4c0df482a43e1e8c827a7d2f169973736
treec2715adf1cb2ba1689c5429c41c072af2e6ca8d8
parentec81c9cc2f58a3a9f9637c390ea83efe9f91abf7
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>
drivers/video/console/fbcon.c