diff options
author | Eric Dumazet <edumazet@google.com> | 2012-04-27 21:39:21 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-30 21:38:17 -0400 |
commit | 1191cb83489e6ee87a38ae5b127651f4a7c438dc (patch) | |
tree | 24c0bc14c3f8d2fbbb2d9110e948afdaa443e2cf /mm | |
parent | d344c4f3103c6faa1635b155d8f516e8a7e0aa4e (diff) | |
download | linux-3.10-1191cb83489e6ee87a38ae5b127651f4a7c438dc.tar.gz linux-3.10-1191cb83489e6ee87a38ae5b127651f4a7c438dc.tar.bz2 linux-3.10-1191cb83489e6ee87a38ae5b127651f4a7c438dc.zip |
bnx2x: remove some bloat
Before doing skb->head_frag work on bnx2x driver, I found too much stuff
was inlined in bnx2x/bnx2x_cmn.h for no good reason and made my work not
very easy.
Move some big functions out of this include file to the respective .c
file.
A lot of inline keywords are not needed at all in this huge driver.
text data bss dec hex filename
490083 1270 56 491409 77f91 bnx2x/bnx2x.ko.before
484206 1270 56 485532 7689c bnx2x/bnx2x.ko
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Eilon Greenstein <eilong@broadcom.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Maciej Żenczykowski <maze@google.com>
Cc: Neal Cardwell <ncardwell@google.com>
Cc: Tom Herbert <therbert@google.com>
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Cc: Ben Hutchings <bhutchings@solarflare.com>
Cc: Matt Carlson <mcarlson@broadcom.com>
Cc: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions