diff options
| author | 2015-12-13 01:44:50 +0300 | |
|---|---|---|
| committer | 2015-12-14 16:25:21 -0500 | |
| commit | 2274d3753f6c5a885be4cfdf8b39ae2045ba6e30 (patch) | |
| tree | 8791149419c3b4797df05e470b4f14b1a5eb98a4 /net/ipv6/tcp_ipv6.c | |
| parent | stmmac: dwmac-sunxi: Call exit cleanup function in probe error path (diff) | |
| download | wireguard-linux-2274d3753f6c5a885be4cfdf8b39ae2045ba6e30.tar.xz wireguard-linux-2274d3753f6c5a885be4cfdf8b39ae2045ba6e30.zip | |
sh_eth: uninline sh_eth_{write|read}()
Commit 3365711df024 ("sh_eth: WARN on access to a register not implemented in
in a particular chip") added WARN_ON() to sh_eth_{read|write}(), thus making
it unacceptable for these functions to be *inline* anymore. Remove *inline*
and move the functions from the header to the driver itself. Below is our
code economy with ARM gcc 4.7.3:
$ size drivers/net/ethernet/renesas/sh_eth.o{~,}
text data bss dec hex filename
32489 1140 0 33629 835d drivers/net/ethernet/renesas/sh_eth.o~
25413 1140 0 26553 67b9 drivers/net/ethernet/renesas/sh_eth.o
Suggested-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
0 files changed, 0 insertions, 0 deletions
