From 821c3a35cbf5fcb5e0b657d70fa7e7765090baa0 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 13 Oct 2010 18:23:39 +0900 Subject: [PATCH] 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 --- arch/arm/mach-s3c64xx/setup-keypad.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-s3c64xx/setup-keypad.c b/arch/arm/mach-s3c64xx/setup-keypad.c index d1fd7228ee75..f8ed0d22db70 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) {