[IPSEC]: Move linux/crypto.h inclusion out of net/xfrm.h
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 6 Aug 2006 09:49:12 +0000 (19:49 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 21 Sep 2006 01:16:30 +0000 (11:16 +1000)
commit9409f38a0c8773c04bff8dda8c552d7ea013d956
tree694ad993535d6dcfd479f9b5cb4faab64c12fcd7
parent6521f30273fbec65146a0f16de74b7b402b0f7b0
[IPSEC]: Move linux/crypto.h inclusion out of net/xfrm.h

The header file linux/crypto.h is only needed by a few files so including
it in net/xfrm.h (which is included by half of the networking stack) is a
waste.  This patch moves it out of net/xfrm.h and into the specific header
files that actually need it.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/net/ah.h
include/net/esp.h
include/net/ipcomp.h
include/net/xfrm.h
net/xfrm/xfrm_user.c