aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm
diff options
context:
space:
mode:
authorJan Beulich <JBeulich@suse.com>2012-05-14 22:00:44 -0400
committerDavid S. Miller <davem@davemloft.net>2012-05-15 13:13:34 -0400
commit71b697fcc7b0a88da5106dd3671d732d0b4360d1 (patch)
treea33f1f8864a0616592fdcb6670b1539d2e4a07c4 /net/xfrm
parent7e1525249814acfd293d579abcb6462767643a8a (diff)
xfrm_algo: drop an unnecessary inclusion
For several releases, this has not been needed anymore, as no helper functions declared in net/ah.h get implemented by xfrm_algo.c anymore. Signed-off-by: Jan Beulich <jbeulich@suse.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/xfrm')
-rw-r--r--net/xfrm/xfrm_algo.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/xfrm/xfrm_algo.c b/net/xfrm/xfrm_algo.c
index ecd6d8d8a66c..4ce2d93162c1 100644
--- a/net/xfrm/xfrm_algo.c
+++ b/net/xfrm/xfrm_algo.c
@@ -15,9 +15,6 @@
15#include <linux/crypto.h> 15#include <linux/crypto.h>
16#include <linux/scatterlist.h> 16#include <linux/scatterlist.h>
17#include <net/xfrm.h> 17#include <net/xfrm.h>
18#if defined(CONFIG_INET_AH) || defined(CONFIG_INET_AH_MODULE) || defined(CONFIG_INET6_AH) || defined(CONFIG_INET6_AH_MODULE)
19#include <net/ah.h>
20#endif
21#if defined(CONFIG_INET_ESP) || defined(CONFIG_INET_ESP_MODULE) || defined(CONFIG_INET6_ESP) || defined(CONFIG_INET6_ESP_MODULE) 18#if defined(CONFIG_INET_ESP) || defined(CONFIG_INET_ESP_MODULE) || defined(CONFIG_INET6_ESP) || defined(CONFIG_INET6_ESP_MODULE)
22#include <net/esp.h> 19#include <net/esp.h>
23#endif 20#endif