projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08abdff
)
openvswitch: Remove unnecessary version.h inclusion
author
Syam Sidhardhan
<s.syam@samsung.com>
Mon, 12 Jan 2015 15:19:35 +0000
(20:49 +0530)
committer
David S. Miller
<davem@davemloft.net>
Tue, 13 Jan 2015 19:31:41 +0000
(14:31 -0500)
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>
net/openvswitch/vport-geneve.c
patch
|
blob
|
blame
|
history
diff --git
a/net/openvswitch/vport-geneve.c
b/net/openvswitch/vport-geneve.c
index 484864dd0e689290dfca8a2c204e984de1b33184..2daf1440618bcb9d87565e2b6363ec4fa3410647 100644
(file)
--- 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>