[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7877c3bd-74ec-a7d2-61d3-85a4c452e710@alibaba-inc.com>
Date: Sat, 18 Nov 2017 09:48:45 +0800
From: "Yang Shi" <yang.s@...baba-inc.com>
To: linux-kernel@...r.kernel.org
Cc: linux-mm@...ck.org, linux-fsdevel@...r.kernel.org,
linux-crypto@...r.kernel.org, netdev@...r.kernel.org,
pshelar@....org, "David S. Miller" <davem@...emloft.net>,
dev@...nvswitch.org
Subject: Re: [PATCH 7/8] net: ovs: remove unused hardirq.h
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:
> 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@...baba-inc.com>
> Cc: Pravin Shelar <pshelar@...ira.com>
> Cc: "David S. Miller" <davem@...emloft.net>
> Cc: dev@...nvswitch.org
> ---
> net/openvswitch/vport-internal_dev.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/net/openvswitch/vport-internal_dev.c b/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>
>
Powered by blists - more mailing lists