All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfrm_algo: drop an unnecessary inclusion
@ 2012-05-15 12:00 Jan Beulich
  2012-05-15 17:14 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Beulich @ 2012-05-15 12:00 UTC (permalink / raw)
  To: davem, netdev; +Cc: linux-kernel

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>

---
 net/xfrm/xfrm_algo.c |    3 ---
 1 file changed, 3 deletions(-)

--- 3.4-rc7/net/xfrm/xfrm_algo.c
+++ 3.4-rc7-xfrm-algo-module/net/xfrm/xfrm_algo.c
@@ -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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] xfrm_algo: drop an unnecessary inclusion
  2012-05-15 12:00 [PATCH] xfrm_algo: drop an unnecessary inclusion Jan Beulich
@ 2012-05-15 17:14 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-05-15 17:14 UTC (permalink / raw)
  To: JBeulich; +Cc: netdev, linux-kernel

From: "Jan Beulich" <JBeulich@suse.com>
Date: Tue, 15 May 2012 13:00:44 +0100

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

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-15 17:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-15 12:00 [PATCH] xfrm_algo: drop an unnecessary inclusion Jan Beulich
2012-05-15 17:14 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.