summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
diff options
context:
space:
mode:
authorYang Shi <yang.s@alibaba-inc.com>2018-01-09 03:52:53 +0800
committerDavid S. Miller <davem@davemloft.net>2018-01-08 20:59:25 -0500
commit419091f1cc8afce943fd12af0df26201ee20c1c0 (patch)
tree2caf7eee22fcf49d8f00fd1f30f3dfe945a860ef /net/openvswitch
parent373372b31b8f3bd4b6751d422c00f50832a62a89 (diff)
downloadop-kernel-dev-419091f1cc8afce943fd12af0df26201ee20c1c0.zip
op-kernel-dev-419091f1cc8afce943fd12af0df26201ee20c1c0.tar.gz
net: ovs: remove unused hardirq.h
Preempt counter APIs have been split out, currently, hardirq.h just includes irq_enter/exit APIs which are not used by openvswitch at all. So, remove the unused hardirq.h. Signed-off-by: Yang Shi <yang.s@alibaba-inc.com> Acked-by: Pravin B Shelar <pshelar@ovn.org> Cc: "David S. Miller" <davem@davemloft.net> Cc: dev@openvswitch.org Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch')
-rw-r--r--net/openvswitch/vport-internal_dev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/openvswitch/vport-internal_dev.c b/net/openvswitch/vport-internal_dev.c
index 3e77475..bb95c43 100644
--- a/net/openvswitch/vport-internal_dev.c
+++ b/net/openvswitch/vport-internal_dev.c
@@ -16,7 +16,6 @@
* 02110-1301, USA
*/
-#include <linux/hardirq.h>
#include <linux/if_vlan.h>
#include <linux/kernel.h>
#include <linux/netdevice.h>
OpenPOWER on IntegriCloud