commit | 26c5be3c750df6f8a9193d478905627ec75f7f41 | [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 | 414dca05e16893bf32ae6ec53b96031b54aa8193 | |
parent | da909ce4c0df482a43e1e8c827a7d2f169973736 [diff] |
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 <vda.linux@googlemail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>