projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca07e43
)
vxlan: remove unused including <linux/version.h>
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Sun, 7 Oct 2012 03:23:06 +0000
(
03:23
+0000)
committer
David S. Miller
<davem@davemloft.net>
Sun, 7 Oct 2012 18:50:38 +0000
(14:50 -0400)
Remove including <linux/version.h> that don't need it.
dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c
patch
|
blob
|
history
diff --git
a/drivers/net/vxlan.c
b/drivers/net/vxlan.c
index 51de9edb55f55d7eca5fe9a9956632ca5c403452..6f95580bf9d40c15911e78bad94dc32ebc50ddef 100644
(file)
--- a/
drivers/net/vxlan.c
+++ b/
drivers/net/vxlan.c
@@
-28,7
+28,6
@@
#include <linux/igmp.h>
#include <linux/etherdevice.h>
#include <linux/if_ether.h>
-#include <linux/version.h>
#include <linux/hash.h>
#include <net/ip.h>
#include <net/icmp.h>