commit | b5d674abcffeacaf83038bbf7c0caf24edd497dd | [log] [tgz] |
---|---|---|
author | Will Newton <will.newton@gmail.com> | Mon Oct 13 10:36:21 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Oct 13 09:51:40 2008 -0700 |
tree | 827763f15d1ad775dc0fa781228ede7f9dd91a55 | |
parent | 40836c484c31301998a14be0439cc4e856399843 [diff] |
8250: remove a few inlines of dubious value Remove some inlines from various functions that are called once, are too big to inline, or are called only from slow path code. This saves around 300 bytes of code for me. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>