Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757522Ab3CFLXl (ORCPT ); Wed, 6 Mar 2013 06:23:41 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]:58770 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757167Ab3CFLXk (ORCPT ); Wed, 6 Mar 2013 06:23:40 -0500 From: Arnd Bergmann To: Tony Lindgren Subject: Re: [PATCH 5/9] ARM: omap1: add back missing includes Date: Wed, 6 Mar 2013 11:23:30 +0000 User-Agent: KMail/1.12.2 (Linux/3.8.0-8-generic; KDE/4.3.2; x86_64; ; ) Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, arm@kernel.org, linux-omap@vger.kernel.org References: <1362521809-22989-1-git-send-email-arnd@arndb.de> <201303052227.33430.arnd@arndb.de> <20130306005951.GH11806@atomide.com> In-Reply-To: <20130306005951.GH11806@atomide.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201303061123.30789.arnd@arndb.de> X-Provags-ID: V02:K0:HbzvgYbWKI2PT8F18se3RKXdb8T4+NVuF26EsDbUde0 2UQ47GJ0tF6g/1ngVuuDSCbfGcTdbUEMwJiqjzWm8WbP4QUMku /D+e+uafmd5ImSnd1hhEmV/xK62p0lyCfr8M6dpipnhH2gkQ5y B9WaTem04XLvkpAOtZBfcgn+jqVj68glJ7isnboyy66VfE5eUu 5ughE/5gmD7Wkfd6ktkbvOG/4pDitsSQQPsvxg/yvCJkQ0Tp3G 2XEBCS8VPY3xURf3CYcI4yyLvx9e3jJ0OUzVZ29dgnOkyGCZ6p nckj03Cn065ahDqbjL6P5TiGYSrnFp0LWQIJAWQdG9+1mTacB4 ixjVgXG0m9QfwlijSelQ= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1656 Lines: 40 On Wednesday 06 March 2013, Tony Lindgren wrote: > * Arnd Bergmann [130305 14:31]: > > On Tuesday 05 March 2013, Arnd Bergmann wrote: > > > The recent reorganization of OMAP header files caused a couple of > > > files that used to be implicitly included now missing from OMAP1. > > > This adds explicit inclusions of mach/irqs.h and mach/hardware.h > > > in all files that need them for an OMAP1 allyesconfig build. > > > > > > Signed-off-by: Arnd Bergmann > > > Cc: Tony Lindgren > > > Cc: linux-omap@vger.kernel.org > > > --- > > > arch/arm/mach-omap1/board-fsample.c | 1 + > > > arch/arm/mach-omap1/board-h2.c | 1 + > > > arch/arm/mach-omap1/board-perseus2.c | 1 + > > > arch/arm/mach-omap1/board-sx1.c | 1 + > > > drivers/video/omap/lcd_ams_delta.c | 1 + > > > drivers/video/omap/lcd_osk.c | 1 + > > > 6 files changed, 6 insertions(+) > > > > I saw that Tony has already addressed the latter two changes, but > > did not see a fix for the four board files. > > Hmm I wonder why I have not seen the board-*.c related ones? > > Anyways thanks for fixing those: > > Acked-by: Tony Lindgren Actually I cannot reproduce them myself now, I think I'll just drop the patch for now, but will remember your Ack if the problem comes back. The patch would be needed if we decide to use SPARSE_IRQ on OMAP1. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/