]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
xfrm_algo: drop an unnecessary inclusion
authorJan Beulich <JBeulich@suse.com>
Tue, 15 May 2012 02:00:44 +0000 (02:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 May 2012 17:13:34 +0000 (13:13 -0400)
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>
net/xfrm/xfrm_algo.c

index ecd6d8d8a66c5b974dae84aef17879082acc0cf0..4ce2d93162c12acbf1b43577a6e1198af2cba9c5 100644 (file)
@@ -15,9 +15,6 @@
 #include <linux/crypto.h>
 #include <linux/scatterlist.h>
 #include <net/xfrm.h>
-#if defined(CONFIG_INET_AH) || defined(CONFIG_INET_AH_MODULE) || defined(CONFIG_INET6_AH) || defined(CONFIG_INET6_AH_MODULE)
-#include <net/ah.h>
-#endif
 #if defined(CONFIG_INET_ESP) || defined(CONFIG_INET_ESP_MODULE) || defined(CONFIG_INET6_ESP) || defined(CONFIG_INET6_ESP_MODULE)
 #include <net/esp.h>
 #endif