netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 23/44] includecheck fix: drivers/net, sja1000.c
       [not found] <1247063308.4382.12.camel@ht.satnam>
@ 2009-07-08 15:12 ` Jaswinder Singh Rajput
  2009-07-08 15:23 ` [PATCH 24/44] includecheck fix: drivers/net, axnet_cs.c Jaswinder Singh Rajput
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: Jaswinder Singh Rajput @ 2009-07-08 15:12 UTC (permalink / raw)
  To: David Miller, urs.thuermann, oliver.hartkopp, netdev, LKML,
	Sam Ravnborg <sam


fix the following 'make includecheck' warning:

  drivers/net/can/sja1000/sja1000.c: linux/can/dev.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
---
 drivers/net/can/sja1000/sja1000.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/can/sja1000/sja1000.c b/drivers/net/can/sja1000/sja1000.c
index 571f133..08ebee7 100644
--- a/drivers/net/can/sja1000/sja1000.c
+++ b/drivers/net/can/sja1000/sja1000.c
@@ -63,7 +63,6 @@
 #include <linux/can.h>
 #include <linux/can/dev.h>
 #include <linux/can/error.h>
-#include <linux/can/dev.h>
 
 #include "sja1000.h"
 
-- 
1.6.0.6




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

* [PATCH 24/44] includecheck fix: drivers/net, axnet_cs.c
       [not found] <1247063308.4382.12.camel@ht.satnam>
  2009-07-08 15:12 ` [PATCH 23/44] includecheck fix: drivers/net, sja1000.c Jaswinder Singh Rajput
@ 2009-07-08 15:23 ` Jaswinder Singh Rajput
  2009-07-08 15:25 ` [PATCH 25/44] includecheck fix: drivers/net, smc911x.h Jaswinder Singh Rajput
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: Jaswinder Singh Rajput @ 2009-07-08 15:23 UTC (permalink / raw)
  To: David Miller, netdev, linux-pcmcia, Sam Ravnborg, LKML


fix the following 'make includecheck' warning:

  drivers/net/pcmcia/axnet_cs.c: linux/etherdevice.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
---
 drivers/net/pcmcia/axnet_cs.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/net/pcmcia/axnet_cs.c b/drivers/net/pcmcia/axnet_cs.c
index 0e38d80..5a17117 100644
--- a/drivers/net/pcmcia/axnet_cs.c
+++ b/drivers/net/pcmcia/axnet_cs.c
@@ -893,8 +893,6 @@ static const char version_8390[] = KERN_INFO \
 #include <linux/in.h>
 #include <linux/interrupt.h>
 
-#include <linux/etherdevice.h>
-
 #define BUG_83C690
 
 /* These are the operational function interfaces to board-specific
-- 
1.6.0.6

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

* [PATCH 25/44] includecheck fix: drivers/net, smc911x.h
       [not found] <1247063308.4382.12.camel@ht.satnam>
  2009-07-08 15:12 ` [PATCH 23/44] includecheck fix: drivers/net, sja1000.c Jaswinder Singh Rajput
  2009-07-08 15:23 ` [PATCH 24/44] includecheck fix: drivers/net, axnet_cs.c Jaswinder Singh Rajput
@ 2009-07-08 15:25 ` Jaswinder Singh Rajput
  2009-07-08 15:53 ` [PATCH 39/44] includecheck fix: include/linux, icmpv6.h Jaswinder Singh Rajput
  2009-07-08 15:54 ` [PATCH 40/44] includecheck fix: include/linux, net_dropmon.h Jaswinder Singh Rajput
  4 siblings, 0 replies; 5+ messages in thread
From: Jaswinder Singh Rajput @ 2009-07-08 15:25 UTC (permalink / raw)
  To: David Miller, nico, netdev, Sam Ravnborg, LKML


fix the following 'make includecheck' warning:

  drivers/net/smc911x.h: mach/dma.h is included more than once.

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

diff --git a/drivers/net/smc911x.h b/drivers/net/smc911x.h
index 8140f7c..05adb6a 100644
--- a/drivers/net/smc911x.h
+++ b/drivers/net/smc911x.h
@@ -236,7 +236,6 @@ static inline void SMC_outsl(struct smc911x_local *lp, int reg,
  * Use a DMA for RX and TX packets.
  */
 #include <linux/dma-mapping.h>
-#include <mach/dma.h>
 
 static dma_addr_t rx_dmabuf, tx_dmabuf;
 static int rx_dmalen, tx_dmalen;
-- 
1.6.0.6




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

* [PATCH 39/44] includecheck fix: include/linux, icmpv6.h
       [not found] <1247063308.4382.12.camel@ht.satnam>
                   ` (2 preceding siblings ...)
  2009-07-08 15:25 ` [PATCH 25/44] includecheck fix: drivers/net, smc911x.h Jaswinder Singh Rajput
@ 2009-07-08 15:53 ` Jaswinder Singh Rajput
  2009-07-08 15:54 ` [PATCH 40/44] includecheck fix: include/linux, net_dropmon.h Jaswinder Singh Rajput
  4 siblings, 0 replies; 5+ messages in thread
From: Jaswinder Singh Rajput @ 2009-07-08 15:53 UTC (permalink / raw)
  To: David Miller, netdev, Sam Ravnborg, LKML


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] 5+ messages in thread

* [PATCH 40/44] includecheck fix: include/linux, net_dropmon.h
       [not found] <1247063308.4382.12.camel@ht.satnam>
                   ` (3 preceding siblings ...)
  2009-07-08 15:53 ` [PATCH 39/44] includecheck fix: include/linux, icmpv6.h Jaswinder Singh Rajput
@ 2009-07-08 15:54 ` Jaswinder Singh Rajput
  4 siblings, 0 replies; 5+ messages in thread
From: Jaswinder Singh Rajput @ 2009-07-08 15:54 UTC (permalink / raw)
  To: David Miller, netdev, Sam Ravnborg, LKML


fix the following 'make includecheck' warning:

  include/linux/net_dropmon.h: linux/types.h is included more than once.

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

diff --git a/include/linux/net_dropmon.h b/include/linux/net_dropmon.h
index 3ceb0cc..2a73946 100644
--- a/include/linux/net_dropmon.h
+++ b/include/linux/net_dropmon.h
@@ -3,7 +3,6 @@
 
 #include <linux/types.h>
 #include <linux/netlink.h>
-#include <linux/types.h>
 
 struct net_dm_drop_point {
 	__u8 pc[8];
-- 
1.6.0.6




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

end of thread, other threads:[~2009-07-08 16:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1247063308.4382.12.camel@ht.satnam>
2009-07-08 15:12 ` [PATCH 23/44] includecheck fix: drivers/net, sja1000.c Jaswinder Singh Rajput
2009-07-08 15:23 ` [PATCH 24/44] includecheck fix: drivers/net, axnet_cs.c Jaswinder Singh Rajput
2009-07-08 15:25 ` [PATCH 25/44] includecheck fix: drivers/net, smc911x.h Jaswinder Singh Rajput
2009-07-08 15:53 ` [PATCH 39/44] includecheck fix: include/linux, icmpv6.h Jaswinder Singh Rajput
2009-07-08 15:54 ` [PATCH 40/44] includecheck fix: include/linux, net_dropmon.h Jaswinder Singh Rajput

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).