From: Yang Shi Date: Mon, 8 Jan 2018 19:52:53 +0000 (+0800) Subject: net: ovs: remove unused hardirq.h X-Git-Tag: v4.16-rc1~123^2~213 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=419091f1cc8afce943fd12af0df26201ee20c1c0;p=thirdparty%2Flinux.git 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 Acked-by: Pravin B Shelar Cc: "David S. Miller" Cc: dev@openvswitch.org Signed-off-by: David S. Miller --- diff --git a/net/openvswitch/vport-internal_dev.c b/net/openvswitch/vport-internal_dev.c index 3e7747549f900..bb95c43aae762 100644 --- a/net/openvswitch/vport-internal_dev.c +++ b/net/openvswitch/vport-internal_dev.c @@ -16,7 +16,6 @@ * 02110-1301, USA */ -#include #include #include #include