Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932967Ab2F2UpH (ORCPT ); Fri, 29 Jun 2012 16:45:07 -0400 Received: from hulk.biessmann.org ([62.75.166.25]:37339 "EHLO hulk.biessmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932770Ab2F2UpG (ORCPT ); Fri, 29 Jun 2012 16:45:06 -0400 Message-ID: <4FEE13C0.10505@biessmann.de> Date: Fri, 29 Jun 2012 22:44:48 +0200 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: linux-kernel@vger.kernel.org CC: David Howells , Hans Ulli Kroll , Russell King , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] arm:gemini: fix irq.c References: <1338981778-19938-1-git-send-email-andreas@biessmann.de> In-Reply-To: <1338981778-19938-1-git-send-email-andreas@biessmann.de> X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SPAM_bar: -- X-SPAM_score: -28 X-ChkData-Signature: 82fd85f0510922526535d974951389e0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1481 Lines: 44 On 06.06.12 13:22, Andreas Bießmann wrote: > Commit 9f97da78bf018206fb623cd351d454af2f105fe0 moved disable_hlt() from > arch/arm/include/asm/system.h to arch/arm/include/asm/system_misc.h but missed > to change arch/arm/mach-gemini/irq.c. > > This patch fixes following error: > > ---8<--- > arch/arm/mach-gemini/irq.c: In function 'gemini_init_irq': > arch/arm/mach-gemini/irq.c:79:2: error: implicit declaration of function 'disable_hlt' [-Werror=implicit-function-declaration] > --->8--- > > Signed-off-by: Andreas Bießmann > cc: Hans Ulli Kroll > cc: Russell King > cc: linux-arm-kernel@lists.infradead.org > --- > Note: this is broken since 3.4 release, 3.3 is sane. ping > > arch/arm/mach-gemini/irq.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-gemini/irq.c b/arch/arm/mach-gemini/irq.c > index ca70e5f..020852d 100644 > --- a/arch/arm/mach-gemini/irq.c > +++ b/arch/arm/mach-gemini/irq.c > @@ -17,6 +17,7 @@ > #include > #include > #include > +#include > #include > > #define IRQ_SOURCE(base_addr) (base_addr + 0x00) > -- 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/