From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH] Input: OMAP: RX51: fix 'KEY_10' compile breakage Date: Tue, 27 Jul 2010 09:43:25 -0700 Message-ID: <20100727164325.GA4302@core.coreip.homeip.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-gw0-f46.google.com ([74.125.83.46]:40034 "EHLO mail-gw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751655Ab0G0Qnd (ORCPT ); Tue, 27 Jul 2010 12:43:33 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Paul Walmsley Cc: Tony Lindgren , Laurent Pinchart , Amit Kucheria , linux-input@vger.kernel.org, linux-omap@vger.kernel.org, stable@kernel.org Hi Paul, On Mon, Jul 26, 2010 at 04:28:12PM -0600, Paul Walmsley wrote: > > Commit 3fea60261e73dbf4a51130d40cafcc8465b0f2c3 replaces KEY_F10 and > KEY_F11 macro references with 'KEY_10' and 'KEY_11'. This breaks > v2.6.35-rc6 compiles with omap3_defconfig: > > CC arch/arm/mach-omap2/board-rx51-peripherals.o > arch/arm/mach-omap2/board-rx51-peripherals.c:223: error: 'KEY_10' undeclared here (not in a function) > arch/arm/mach-omap2/board-rx51-peripherals.c:226: error: 'KEY_11' undeclared here (not in a function) > > Fix by renaming the macro references back to KEY_F10 and KEY_F11. > > Compile-tested only. > Thank you for the patch however Linus managed to fish off LKML and apply another version that I posted earlier. -- Dmitry