From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755706AbaHVDYu (ORCPT ); Thu, 21 Aug 2014 23:24:50 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:43211 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753984AbaHVDYt (ORCPT ); Thu, 21 Aug 2014 23:24:49 -0400 Date: Fri, 22 Aug 2014 12:24:45 +0900 From: Simon Horman To: Geert Uytterhoeven Cc: Magnus Damm , Andrew Morton , linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] ARM: shmobile: Move legacy INTC definitions from irqs.h to intc.h Message-ID: <20140822032445.GJ9099@verge.net.au> References: <1408541963-20736-1-git-send-email-geert+renesas@glider.be> <1408541963-20736-3-git-send-email-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1408541963-20736-3-git-send-email-geert+renesas@glider.be> Organisation: Horms Solutions Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 20, 2014 at 03:39:23PM +0200, Geert Uytterhoeven wrote: > Move all definitions for legacy INTC from the common "irqs.h" to the > INTC-specific "intc.h". > Include "intc.h" in sh7372/sh73a0 CPU and board files where needed. > > Signed-off-by: Geert Uytterhoeven Thanks, I have queued this up with Magnus's Ack after removing the whitespace change noted below. > --- > arch/arm/mach-shmobile/board-kzm9g.c | 1 + > arch/arm/mach-shmobile/board-mackerel.c | 1 + > arch/arm/mach-shmobile/intc.h | 6 ++++++ > arch/arm/mach-shmobile/irqs.h | 6 ------ > arch/arm/mach-shmobile/setup-sh7372.c | 1 + > arch/arm/mach-shmobile/setup-sh73a0.c | 1 + > 6 files changed, 10 insertions(+), 6 deletions(-) > > diff --git a/arch/arm/mach-shmobile/board-kzm9g.c b/arch/arm/mach-shmobile/board-kzm9g.c > index 36593cb20e57..77e36fa0b142 100644 > --- a/arch/arm/mach-shmobile/board-kzm9g.c > +++ b/arch/arm/mach-shmobile/board-kzm9g.c > @@ -50,6 +50,7 @@ > #include