netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] remove version.h includes in net/openvswitch/
@ 2012-01-14 18:16 Devendra Naga
       [not found] ` <1326564981-7142-1-git-send-email-devendra.aaru-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Devendra Naga @ 2012-01-14 18:16 UTC (permalink / raw)
  To: Jesse Gross, David S. Miller, dev-yBygre7rU0TnMu66kgdUjQ,
	netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA
  Cc: devendra.aaru-Re5JQEeQqe8AvxtiuMwx3w

remove version.h includes in net/openswitch/ as reported by make versioncheck.

Signed-off-by: Devendra Naga <devendra.aaru-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 net/openvswitch/datapath.c           |    1 -
 net/openvswitch/datapath.h           |    1 -
 net/openvswitch/vport-internal_dev.c |    1 -
 net/openvswitch/vport.c              |    1 -
 4 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/net/openvswitch/datapath.c b/net/openvswitch/datapath.c
index 9a27251..d9d01cb 100644
--- a/net/openvswitch/datapath.c
+++ b/net/openvswitch/datapath.c
@@ -36,7 +36,6 @@
 #include <linux/rcupdate.h>
 #include <linux/tcp.h>
 #include <linux/udp.h>
-#include <linux/version.h>
 #include <linux/ethtool.h>
 #include <linux/wait.h>
 #include <asm/system.h>
diff --git a/net/openvswitch/datapath.h b/net/openvswitch/datapath.h
index 5b9f884..c73370c 100644
--- a/net/openvswitch/datapath.h
+++ b/net/openvswitch/datapath.h
@@ -25,7 +25,6 @@
 #include <linux/netdevice.h>
 #include <linux/skbuff.h>
 #include <linux/u64_stats_sync.h>
-#include <linux/version.h>
 
 #include "flow.h"
 
diff --git a/net/openvswitch/vport-internal_dev.c b/net/openvswitch/vport-internal_dev.c
index 8fc28b8..322b8d2 100644
--- a/net/openvswitch/vport-internal_dev.c
+++ b/net/openvswitch/vport-internal_dev.c
@@ -23,7 +23,6 @@
 #include <linux/etherdevice.h>
 #include <linux/ethtool.h>
 #include <linux/skbuff.h>
-#include <linux/version.h>
 
 #include "datapath.h"
 #include "vport-internal_dev.h"
diff --git a/net/openvswitch/vport.c b/net/openvswitch/vport.c
index 7f0ef37..6c066ba 100644
--- a/net/openvswitch/vport.c
+++ b/net/openvswitch/vport.c
@@ -27,7 +27,6 @@
 #include <linux/rcupdate.h>
 #include <linux/rtnetlink.h>
 #include <linux/compat.h>
-#include <linux/version.h>
 
 #include "vport.h"
 #include "vport-internal_dev.h"
-- 
1.7.1

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

* Re: [PATCH 1/1] remove version.h includes in net/openvswitch/
       [not found] ` <1326564981-7142-1-git-send-email-devendra.aaru-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2012-01-16 21:40   ` Jesse Gross
  2012-01-17 15:08   ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Jesse Gross @ 2012-01-16 21:40 UTC (permalink / raw)
  To: Devendra Naga
  Cc: dev-yBygre7rU0TnMu66kgdUjQ, netdev-u79uwXL29TY76Z2rM5mHXA,
	David S. Miller, linux-kernel-u79uwXL29TY76Z2rM5mHXA

On Sat, Jan 14, 2012 at 10:16 AM, Devendra Naga <devendra.aaru-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> remove version.h includes in net/openswitch/ as reported by make versioncheck.
>
> Signed-off-by: Devendra Naga <devendra.aaru-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

I'm fine with the change (it's just a leftover from the out-of-tree
module), although in general please prefix the subject with the area
that it is modifying.

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

* Re: [PATCH 1/1] remove version.h includes in net/openvswitch/
       [not found] ` <1326564981-7142-1-git-send-email-devendra.aaru-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2012-01-16 21:40   ` Jesse Gross
@ 2012-01-17 15:08   ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2012-01-17 15:08 UTC (permalink / raw)
  To: devendra.aaru-Re5JQEeQqe8AvxtiuMwx3w
  Cc: dev-yBygre7rU0TnMu66kgdUjQ, netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

From: Devendra Naga <devendra.aaru-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date: Sat, 14 Jan 2012 23:46:21 +0530

> remove version.h includes in net/openswitch/ as reported by make versioncheck.
> 
> Signed-off-by: Devendra Naga <devendra.aaru-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

Applied, thanks.

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-14 18:16 [PATCH 1/1] remove version.h includes in net/openvswitch/ Devendra Naga
     [not found] ` <1326564981-7142-1-git-send-email-devendra.aaru-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-01-16 21:40   ` Jesse Gross
2012-01-17 15:08   ` David Miller

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