From: Yang Shi Date: Mon, 8 Jan 2018 19:52:53 +0000 (+0800) Subject: net: ovs: remove unused hardirq.h X-Git-Tag: v4.19~1702^2~213 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=419091f1cc8afce943fd12af0df26201ee20c1c0;p=platform%2Fkernel%2Flinux-rpi.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 3e774754..bb95c43 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