Commit 71b697fcc7b0a88da5106dd3671d732d0b4360d1

Authored by Jan Beulich
Committed by David S. Miller
1 parent 7e15252498

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>

Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff

net/xfrm/xfrm_algo.c
... ... @@ -15,9 +15,6 @@
15 15 #include <linux/crypto.h>
16 16 #include <linux/scatterlist.h>
17 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 18 #if defined(CONFIG_INET_ESP) || defined(CONFIG_INET_ESP_MODULE) || defined(CONFIG_INET6_ESP) || defined(CONFIG_INET6_ESP_MODULE)
22 19 #include <net/esp.h>
23 20 #endif