Skip to content

Commit

Permalink
openvswitch: Remove unnecessary version.h inclusion
Browse files Browse the repository at this point in the history
version.h inclusion is not necessary as detected by versioncheck.

Signed-off-by: Syam Sidhardhan <s.syam@samsung.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
syamsidhardh authored and davem330 committed Jan 13, 2015
1 parent 08abdff commit a440edf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/openvswitch/vport-geneve.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a440edf

Please sign in to comment.