8250: remove a few inlines of dubious value
authorWill Newton <will.newton@gmail.com>
Mon, 13 Oct 2008 09:36:21 +0000 (10:36 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 Oct 2008 16:51:40 +0000 (09:51 -0700)
commitb5d674abcffeacaf83038bbf7c0caf24edd497dd
tree827763f15d1ad775dc0fa781228ede7f9dd91a55
parent40836c484c31301998a14be0439cc4e856399843
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>
drivers/serial/8250.c