Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933939AbeAHTxf (ORCPT + 1 other); Mon, 8 Jan 2018 14:53:35 -0500 Received: from out0-194.mail.aliyun.com ([140.205.0.194]:37037 "EHLO out0-194.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933223AbeAHTxd (ORCPT ); Mon, 8 Jan 2018 14:53:33 -0500 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R301e4;CH=green;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e02c03298;MF=yang.s@alibaba-inc.com;NM=1;PH=DS;RN=5;SR=0;TI=SMTPD_---.A93lkAu_1515441184; From: "Yang Shi" To: davem@davemloft.net Cc: "Yang Shi" , , , Subject: [RESEND PATCH 2/3] net: ovs: remove unused hardirq.h Date: Tue, 09 Jan 2018 03:52:53 +0800 Message-Id: <1515441174-122496-2-git-send-email-yang.s@alibaba-inc.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1515441174-122496-1-git-send-email-yang.s@alibaba-inc.com> References: <1515441174-122496-1-git-send-email-yang.s@alibaba-inc.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: 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 Acked-by: Pravin B Shelar Cc: "David S. Miller" Cc: dev@openvswitch.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 #include #include #include -- 1.8.3.1