浏览代码

net: remove version.h includes in net/openvswitch/

remove version.h includes in net/openswitch/ as reported by make versioncheck.

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Devendra Naga 13 年之前
父节点
当前提交
8d9d399f14
共有 4 个文件被更改,包括 0 次插入4 次删除
  1. 0 1
      net/openvswitch/datapath.c
  2. 0 1
      net/openvswitch/datapath.h
  3. 0 1
      net/openvswitch/vport-internal_dev.c
  4. 0 1
      net/openvswitch/vport.c

+ 0 - 1
net/openvswitch/datapath.c

@@ -36,7 +36,6 @@
 #include <linux/rcupdate.h>
 #include <linux/tcp.h>
 #include <linux/udp.h>
-#include <linux/version.h>
 #include <linux/ethtool.h>
 #include <linux/wait.h>
 #include <asm/system.h>

+ 0 - 1
net/openvswitch/datapath.h

@@ -25,7 +25,6 @@
 #include <linux/netdevice.h>
 #include <linux/skbuff.h>
 #include <linux/u64_stats_sync.h>
-#include <linux/version.h>
 
 #include "flow.h"
 

+ 0 - 1
net/openvswitch/vport-internal_dev.c

@@ -23,7 +23,6 @@
 #include <linux/etherdevice.h>
 #include <linux/ethtool.h>
 #include <linux/skbuff.h>
-#include <linux/version.h>
 
 #include "datapath.h"
 #include "vport-internal_dev.h"

+ 0 - 1
net/openvswitch/vport.c

@@ -27,7 +27,6 @@
 #include <linux/rcupdate.h>
 #include <linux/rtnetlink.h>
 #include <linux/compat.h>
-#include <linux/version.h>
 
 #include "vport.h"
 #include "vport-internal_dev.h"