From: Mark Brown Date: Wed, 13 Oct 2010 09:23:39 +0000 (+0900) Subject: ARM: S3C64XX: Ensure samsung_keypad_cfg_gpio() is prototyped X-Git-Tag: v2.6.37-rc1~23^2^2~2^2~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=821c3a35cbf5fcb5e0b657d70fa7e7765090baa0;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git ARM: S3C64XX: Ensure samsung_keypad_cfg_gpio() is prototyped Since it's exported we should make sure we're using the prototype others see. Signed-off-by: Mark Brown Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/mach-s3c64xx/setup-keypad.c b/arch/arm/mach-s3c64xx/setup-keypad.c index d1fd722..f8ed0d2 100644 --- a/arch/arm/mach-s3c64xx/setup-keypad.c +++ b/arch/arm/mach-s3c64xx/setup-keypad.c @@ -12,6 +12,7 @@ #include #include +#include void samsung_keypad_cfg_gpio(unsigned int rows, unsigned int cols) {