Re: [PATCH 8/8] net: tipc: remove unused hardirq.h
From: Yang Shi <hidden>
Date: 2018-01-04 22:46:48
Also in:
linux-crypto, linux-fsdevel, linux-mm, lkml
From: Yang Shi <hidden>
Date: 2018-01-04 22:46:48
Also in:
linux-crypto, linux-fsdevel, linux-mm, lkml
Hi David, Any more comment on this change? Thanks, Yang On 12/7/17 5:40 PM, Ying Xue wrote:
On 11/18/2017 07:02 AM, 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 TIPC at all. So, remove the unused hardirq.h. Signed-off-by: Yang Shi <redacted> Cc: Jon Maloy <redacted> Cc: Ying Xue <redacted> Cc: "David S. Miller" <davem@davemloft.net>Tested-by: Ying Xue <redacted> Acked-by: Ying Xue <redacted>quoted
--- net/tipc/core.h | 1 - 1 file changed, 1 deletion(-)diff --git a/net/tipc/core.h b/net/tipc/core.h index 5cc5398..099e072 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h@@ -49,7 +49,6 @@ #include <linux/uaccess.h> #include <linux/interrupt.h> #include <linux/atomic.h> -#include <asm/hardirq.h> #include <linux/netdevice.h> #include <linux/in.h> #include <linux/list.h>