]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit69c1758ce23bf4e2740d60ec48109f2ea2b0503f
tree827763f15d1ad775dc0fa781228ede7f9dd91a55
parentc834ee56f9b53848eb7635b9c1bddaab23b3ad4a
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