From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH linux-next] irq: export handle_fasteoi_irq Date: Sun, 24 Aug 2014 22:17:40 +0200 Message-ID: <4865705.6YRejgXUhp@wuerfel> References: <1408663880-29179-1-git-send-email-vincent.stehle@laposte.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <1408663880-29179-1-git-send-email-vincent.stehle@laposte.net> Sender: linux-kernel-owner@vger.kernel.org To: linux-arm-kernel@lists.infradead.org Cc: Vincent =?ISO-8859-1?Q?Stehl=E9?= , linux-next@vger.kernel.org, linux-gpio@vger.kernel.org, Lars-Peter Clausen , Linus Walleij , linux-kernel@vger.kernel.org, Thomas Gleixner List-Id: linux-next.vger.kernel.org On Friday 22 August 2014 01:31:20 Vincent Stehl=E9 wrote: > Export handle_fasteoi_irq to be able to use it in e.g. the Zynq gpio = driver > since commit 6dd859508336 ("gpio: zynq: Fix IRQ handlers"). >=20 > This fixes the following link issue: >=20 > ERROR: "handle_fasteoi_irq" [drivers/gpio/gpio-zynq.ko] undefined! >=20 > Signed-off-by: Vincent Stehl=E9 > Cc: Thomas Gleixner > Cc: Lars-Peter Clausen > Cc: Linus Walleij >=20 Acked-by: Arnd Bergmann I saw the same thing here and came up with the same fix.