Re: [PATCH 7/8] net: ovs: remove unused hardirq.h
From: Yang Shi <hidden>
Date: 2017-12-07 19:14:58
Also in:
linux-fsdevel, linux-mm, lkml, netdev
From: Yang Shi <hidden>
Date: 2017-12-07 19:14:58
Also in:
linux-fsdevel, linux-mm, lkml, netdev
Hi folks, Any comment on this one? Thanks, Yang On 11/17/17 5:48 PM, Yang Shi wrote:
It looks the email address of Pravin in MAINTAINERS file is obsolete, sent to the right address. Yang On 11/17/17 3:02 PM, Yang Shi wrote:quoted
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 <redacted> Cc: Pravin Shelar <redacted> Cc: "David S. Miller" <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org> Cc: dev-yBygre7rU0TnMu66kgdUjQ@public.gmane.org --- net/openvswitch/vport-internal_dev.c | 1 - 1 file changed, 1 deletion(-)diff --git a/net/openvswitch/vport-internal_dev.cb/net/openvswitch/vport-internal_dev.c index 04a3128..2f47c65 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>