From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Yang Shi" Subject: [RESEND PATCH 3/3] net: tipc: remove unused hardirq.h Date: Tue, 09 Jan 2018 03:52:54 +0800 Message-ID: <1515441174-122496-3-git-send-email-yang.s@alibaba-inc.com> References: <1515441174-122496-1-git-send-email-yang.s@alibaba-inc.com> Cc: "Yang Shi" , , , "Jon Maloy" To: davem@davemloft.net Return-path: In-Reply-To: <1515441174-122496-1-git-send-email-yang.s@alibaba-inc.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org 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 Acked-by: Ying Xue Tested-by: Ying Xue Cc: Jon Maloy Cc: "David S. Miller" --- 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 #include #include -#include #include #include #include -- 1.8.3.1