[ovs-dev] [PATCH 2/2] openvswitch: Remove unnecessary version.h inclusion

2014-12-30 Thread Syam Sidhardhan
version.h inclusion is not necessary as detected by versioncheck. Signed-off-by: Syam Sidhardhan --- net/openvswitch/vport-geneve.c |2 -- 1 file changed, 2 deletions(-) diff --git a/net/openvswitch/vport-geneve.c b/net/openvswitch/vport-geneve.c index 347fa23..70e2aae 100644 --- a/net

Re: [ovs-dev] [PATCH 2/2] openvswitch: Remove unnecessary version.h inclusion

2015-01-07 Thread Syam Sidhardhan
Hi, On Tue, Dec 30, 2014 at 5:45 PM, Syam Sidhardhan wrote: > version.h inclusion is not necessary as detected by versioncheck. > > Signed-off-by: Syam Sidhardhan > --- > net/openvswitch/vport-geneve.c |2 -- > 1 file changed, 2 deletions(-) > > diff --git a/net/op

[ovs-dev] [PATCH 1/1] openvswitch: Remove unnecessary version.h inclusion

2015-01-09 Thread Syam Sidhardhan
version.h inclusion is not necessary as detected by versioncheck. Signed-off-by: Syam Sidhardhan --- net/openvswitch/vport-geneve.c |2 -- 1 file changed, 2 deletions(-) diff --git a/net/openvswitch/vport-geneve.c b/net/openvswitch/vport-geneve.c index 347fa23..70e2aae 100644 --- a/net

[ovs-dev] [PATCH 1/1 net-next] openvswitch: Remove unnecessary version.h inclusion

2015-01-12 Thread Syam Sidhardhan
version.h inclusion is not necessary as detected by versioncheck. Signed-off-by: Syam Sidhardhan Acked-by: Pravin B Shelar --- No code changes. Add net-next prefix flag for net-next tree. net/openvswitch/vport-geneve.c |2 -- 1 file changed, 2 deletions(-) diff --git a/net/openvswitch