[NET]: Move netfilter checksum helpers to net/core/utils.c
authorPatrick McHardy <kaber@trash.net>
Thu, 29 Nov 2007 14:14:30 +0000 (01:14 +1100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:55:14 +0000 (14:55 -0800)
commita99a00cf1adef2d3dce745c93c9cc8b0a1612c50
tree4629669029f845ae141693578a899505cde577e9
parent3159afe0d2c1994392c269cf9dee2797830d016b
[NET]: Move netfilter checksum helpers to net/core/utils.c

This allows to get rid of the CONFIG_NETFILTER dependency of NET_ACT_NAT.
This patch redefines the old names to keep the noise low, the next patch
converts all users.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter.h
include/net/checksum.h
net/core/utils.c
net/netfilter/core.c