commit | 91f5cca3d1b4341624715f6dd01ee09be9af46c4 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Tue Feb 05 03:07:58 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 05 03:07:58 2008 -0800 |
tree | 19e12d37244cbe39203586da26ef055b92abef49 | |
parent | eff001e35a857361f3fb289fea86e97c334a5446 [diff] |
bluetooth: uninlining Remove all those inlines which were either a) unneeded or b) increased code size. text data bss dec hex filename before: 6997 74 8 7079 1ba7 net/bluetooth/hidp/core.o after: 6492 74 8 6574 19ae net/bluetooth/hidp/core.o Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>