From patchwork Mon Dec 20 18:02:08 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Torokhov X-Patchwork-Id: 421981 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oBKI2KmD007368 for ; Mon, 20 Dec 2010 18:02:21 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757517Ab0LTSCT (ORCPT ); Mon, 20 Dec 2010 13:02:19 -0500 Received: from mail-yx0-f174.google.com ([209.85.213.174]:43986 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751012Ab0LTSCT (ORCPT ); Mon, 20 Dec 2010 13:02:19 -0500 Received: by yxt3 with SMTP id 3so1415139yxt.19 for ; Mon, 20 Dec 2010 10:02:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=plO/TO7XlJt1+QzWtEv6HKKbryXIjlNzGyQjmJqaXfU=; b=cFw5+wUdpYdP+b2RG1fO40M5+9GuScUzWbQv6hUWFM7uPKehRzDpB9AeilxnIOFIn7 obQKcWfpYodzUFtviasphu8gNfr0M4RU974rKZbrxJZCW4+BdELHhAYNi0OvM1MAXfUT xIzm76aKFZNR2ObC/vtub21Eqn0upsfxrAUak= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=B8RUSHDTpfMPZKIZyWwHEZNiYtZ3L7MottFewuQMeYcGNuZuomTfAUHvCwt3J6hr2F x+yEgw7RnkIGoklJ7OjLBvVn/rXoRBzYNfdmWJtN4DNKE84/U7+lQnwPPTVNUyjeC1F5 00mYxi0+sZzHWFA/ndil9UEwv+/vusee5kpm4= Received: by 10.150.216.3 with SMTP id o3mr7172375ybg.281.1292868138455; Mon, 20 Dec 2010 10:02:18 -0800 (PST) Received: from mailhub.coreip.homeip.net (c-98-234-113-65.hsd1.ca.comcast.net [98.234.113.65]) by mx.google.com with ESMTPS id f4sm4421180ybi.23.2010.12.20.10.02.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 20 Dec 2010 10:02:16 -0800 (PST) Date: Mon, 20 Dec 2010 10:02:08 -0800 From: Dmitry Torokhov To: Janusz Krzysztofik Cc: Aaro Koskinen , linux-omap@vger.kernel.org, linux-input@vger.kernel.org, Tony Lindgren , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2] Keyboard: omap-keypad: use matrix_keypad.h Message-ID: <20101220180207.GD9353@core.coreip.homeip.net> References: <201012172332.06480.jkrzyszt@tis.icnet.pl> <201012181639.29820.jkrzyszt@tis.icnet.pl> <201012201832.24243.jkrzyszt@tis.icnet.pl> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <201012201832.24243.jkrzyszt@tis.icnet.pl> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Mon, 20 Dec 2010 18:02:26 +0000 (UTC) --- linux-2.6.37-rc5/arch/arm/mach-omap1/board-ams-delta.c.orig 2010-12-09 23:07:35.000000000 +0100 +++ linux-2.6.37-rc5/arch/arm/mach-omap1/board-ams-delta.c 2010-12-18 16:23:29.000000000 +0100 @@ -46,81 +46,79 @@ static u16 ams_delta_latch2_reg; static int ams_delta_keymap[] = { KEY(0, 0, KEY_F1), /* Advert */ should be static const unisgned int ams_delta_keymap[] = { Same goes for the rest of keymaps. Thanks. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html