From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King - ARM Linux Subject: Re: [PATCH 2/5] ARM: S5PV210: Add keypad device helpers Date: Fri, 28 May 2010 13:44:26 +0100 Message-ID: <20100528124426.GA8230@n2100.arm.linux.org.uk> References: <4BFFAE4E.2040508@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <4BFFAE4E.2040508@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org To: Joonyoung Shim Cc: ben-linux@fluff.org, kyungmin.park@samsung.com, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-input@vger.kernel.org List-Id: linux-input@vger.kernel.org On Fri, May 28, 2010 at 08:51:42PM +0900, Joonyoung Shim wrote: > diff --git a/arch/arm/mach-s5pv210/setup-keypad.c b/arch/arm/mach-s5pv210/setup-keypad.c > new file mode 100644 > index 0000000..03a9de1 > --- /dev/null > +++ b/arch/arm/mach-s5pv210/setup-keypad.c > @@ -0,0 +1,34 @@ > +/* > + * linux/arch/arm/mach-s5pv210/setup-keypad.c > + * > + * Copyright (C) 2010 Samsung Electronics Co.Ltd > + * Author: Joonyoung Shim > + * > + * This program is free software; you can redistribute it and/or modify it > + * under the terms of the GNU General Public License as published by the > + * Free Software Foundation; either version 2 of the License, or (at your > + * option) any later version. > + * > + */ > + > +#include linux/gpio.h