All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: include/linux/icmpv6: includecheck fix for icmpv6.h
@ 2009-08-09 13:27 Jaswinder Singh Rajput
  2009-08-13  5:14 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jaswinder Singh Rajput @ 2009-08-09 13:27 UTC (permalink / raw)
  To: David Miller, netdev


fix the following 'make includecheck' warning:

  include/linux/icmpv6.h: linux/skbuff.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
---
 include/linux/icmpv6.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/linux/icmpv6.h b/include/linux/icmpv6.h
index b6a8518..c0d8357 100644
--- a/include/linux/icmpv6.h
+++ b/include/linux/icmpv6.h
@@ -171,8 +171,6 @@ struct icmp6_filter {
 #ifdef __KERNEL__
 
 #include <linux/netdevice.h>
-#include <linux/skbuff.h>
-
 
 extern void				icmpv6_send(struct sk_buff *skb,
 						    u8 type, u8 code,
-- 
1.6.0.6




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

* Re: [PATCH] net: include/linux/icmpv6: includecheck fix for icmpv6.h
  2009-08-09 13:27 [PATCH] net: include/linux/icmpv6: includecheck fix for icmpv6.h Jaswinder Singh Rajput
@ 2009-08-13  5:14 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-08-13  5:14 UTC (permalink / raw)
  To: jaswinder; +Cc: netdev

From: Jaswinder Singh Rajput <jaswinder@kernel.org>
Date: Sun, 09 Aug 2009 18:57:18 +0530

> 
> fix the following 'make includecheck' warning:
> 
>   include/linux/icmpv6.h: linux/skbuff.h is included more than once.
> 
> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>

Applied.

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

end of thread, other threads:[~2009-08-13  5:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-09 13:27 [PATCH] net: include/linux/icmpv6: includecheck fix for icmpv6.h Jaswinder Singh Rajput
2009-08-13  5: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.