From patchwork Fri Nov 17 23:02:21 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yang Shi X-Patchwork-Id: 10064113 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 699086037E for ; Fri, 17 Nov 2017 23:05:08 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5CBA92AC6A for ; Fri, 17 Nov 2017 23:05:08 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 58FB02A9BA; Fri, 17 Nov 2017 23:05:08 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_HI,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 57B622AC54 for ; Fri, 17 Nov 2017 23:05:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966865AbdKQXEw (ORCPT ); Fri, 17 Nov 2017 18:04:52 -0500 Received: from out0-235.mail.aliyun.com ([140.205.0.235]:49637 "EHLO out0-235.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757917AbdKQXEj (ORCPT ); Fri, 17 Nov 2017 18:04:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alibaba-inc.com; s=default; t=1510959866; h=From:To:Subject:Date:Message-Id; bh=UCPDQ5AtRG+BnPefm0BB24TY8f8bGt0PFD7jdJE/TSc=; b=FPSi8fHQqhT3fIVq/Z6dr48Fal/PV9srsuis+TV63ggvnbsfw3lawdSjxgFMZrEosMsWHz+HtMHCF54Kh26fkEOOJ4VJXmzl2O7M+m+OxlblfPGkfaP15WpCnwAO2EgKLXMN9WdcSHO19XS6mDSwvsuwCX6/uSxMM5/+1CrHO68= X-Alimail-AntiSpam: AC=PASS; BC=-1|-1; BR=01201311R931e4; CH=green; FP=0|-1|-1|-1|0|-1|-1|-1; HT=e02c03278; MF=yang.s@alibaba-inc.com; NM=1; PH=DS; RN=9; SR=0; TI=SMTPD_---.9RACRaP_1510959783; Received: from e19h19392.et15sqa.tbsite.net(mailfrom:yang.s@alibaba-inc.com fp:106.11.238.175) by smtp.aliyun-inc.com(127.0.0.1); Sat, 18 Nov 2017 07:04:23 +0800 From: "Yang Shi" To: linux-kernel@vger.kernel.org Cc: , , , , "Yang Shi" , "Jon Maloy" , "Ying Xue" , "David S. Miller" Subject: [PATCH 8/8] net: tipc: remove unused hardirq.h Date: Sat, 18 Nov 2017 07:02:21 +0800 Message-Id: <1510959741-31109-8-git-send-email-yang.s@alibaba-inc.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1510959741-31109-1-git-send-email-yang.s@alibaba-inc.com> References: <1510959741-31109-1-git-send-email-yang.s@alibaba-inc.com> Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 Cc: Jon Maloy Cc: Ying Xue Cc: "David S. Miller" Tested-by: Ying Xue Acked-by: Ying Xue --- 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