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

Pravin Shelar pshelar at nicira.com
Wed Jan 7 20:27:52 UTC 2015


This patch is against net-next, you need to post it on netdev
(netdev at vger.kernel.org) mailing list as well.

On Tue, Dec 30, 2014 at 4:15 AM, Syam Sidhardhan <s.syam at samsung.com> wrote:
> version.h inclusion is not necessary as detected by versioncheck.
>
> Signed-off-by: Syam Sidhardhan <s.syam at samsung.com>
> ---
>  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/openvswitch/vport-geneve.c
> +++ b/net/openvswitch/vport-geneve.c
> @@ -9,8 +9,6 @@
>
>  #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
>
> -#include <linux/version.h>
> -
>  #include <linux/in.h>
>  #include <linux/ip.h>
>  #include <linux/net.h>
> --
> 1.7.9.5
>



More information about the dev mailing list