[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)
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>

No differences found