Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp5173685yba; Mon, 13 May 2019 06:38:49 -0700 (PDT) X-Google-Smtp-Source: APXvYqzr7GTAdyjg4Wq07rTlQIKIlMormKZ1gGoLCG9vGLdpiqcC4ErNTed7x9tskxEQ8tHodrWU X-Received: by 2002:a63:e550:: with SMTP id z16mr31264916pgj.329.1557754728926; Mon, 13 May 2019 06:38:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557754728; cv=none; d=google.com; s=arc-20160816; b=Vgs3FRE4viWrIghZH8y9WYBNzeg2eB+ccDUgbTRNJ53eL+WrYWU/GRpqcA4rLR704V TVE4LPz15/iGjyygGKhLUWOtwrTZ3hywgg1CqzrAYef7rjX+HWeJSL0j3Cr1n4eMMrOi OLPAfpv9m//xADqocv+o9B2qYut9BTByPsl8pIHYwznQMv8TACtbbzMe6SIYk6/YQziR taESAYClCoGPkBWPFVlHm1C5yC8lD5LNKFB7BFE6wGnLWmbwfb2/g4wMqABVRsdJqa1s t+g7Jxk+SB5ua6fTCOrItzMDySAivmGw0XhWRrpRjD9rtlvVJ1ZN6FAN54ceUJfmnTcX DGKg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:organisation:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=BX2/5474+GIApnSdx4Ob/cOMZmGjTFDHpZ9xg3untQI=; b=VHtr9IPBuo7TSibzet9az1L4ZOj0ukxAQAaAJxxQVRrZDy86j1FoiYMqYswgMt+Lfd hNnV19XTuzAWR5TpMzwM9Chzk7sJAIqzcVN49wObBOhkUErpVyotyuwhCrNKnKSqPd5Y lkqjx9hGPGl+J5OLTEu7f0X2vW9tw/BBexofAMI3bJj56em2Mycii4SMMu7KIwxBVqUo 3LI4fVV5cXcRF+zMp3YDcYFYy0yhEWR0NF6wJ86baBlt0i1qMcSHl+ki/EjzJypT67KV DmAsbguAv7xSCQauOnw//JVm8HEsgSCoCu2dvX5yIa5k+C6gx7B7ilHpEJ0HGzzOJuQ/ HSZw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i95si4563040plb.344.2019.05.13.06.38.32; Mon, 13 May 2019 06:38:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729612AbfEMMEx (ORCPT + 99 others); Mon, 13 May 2019 08:04:53 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:57350 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729602AbfEMMEw (ORCPT ); Mon, 13 May 2019 08:04:52 -0400 Received: from penelope.horms.nl (ip4dab7138.direct-adsl.nl [77.171.113.56]) by kirsty.vergenet.net (Postfix) with ESMTPA id 4033B25AD63; Mon, 13 May 2019 22:04:50 +1000 (AEST) Received: by penelope.horms.nl (Postfix, from userid 7100) id EDB49E22B88; Mon, 13 May 2019 14:04:47 +0200 (CEST) Date: Mon, 13 May 2019 14:04:47 +0200 From: Simon Horman To: Geert Uytterhoeven Cc: Thomas Gleixner , Jason Cooper , Marc Zyngier , linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/5] irqchip/renesas-irqc: Remove unneeded inclusion of Message-ID: <20190513120447.l6gzewa5cb7riar7@verge.net.au> References: <20190429152006.22593-1-geert+renesas@glider.be> <20190429152006.22593-2-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190429152006.22593-2-geert+renesas@glider.be> Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 29, 2019 at 05:20:02PM +0200, Geert Uytterhoeven wrote: > The driver never used spinlocks, and thus does not need to include > . > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman > --- > drivers/irqchip/irq-renesas-irqc.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/irqchip/irq-renesas-irqc.c b/drivers/irqchip/irq-renesas-irqc.c > index a449a7c839b3ec08..438a063c76156d98 100644 > --- a/drivers/irqchip/irq-renesas-irqc.c > +++ b/drivers/irqchip/irq-renesas-irqc.c > @@ -7,7 +7,6 @@ > > #include > #include > -#include > #include > #include > #include > -- > 2.17.1 >