summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c64xx/setup-keypad.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-10-13 18:23:39 +0900
committerKukjin Kim <kgene.kim@samsung.com>2010-10-25 16:04:27 +0900
commit821c3a35cbf5fcb5e0b657d70fa7e7765090baa0 (patch)
tree5cdcc48f875d0f19aad696904162249ba5585c13 /arch/arm/mach-s3c64xx/setup-keypad.c
parentd8144aea5e2b8d31f684abbc59af47e6656d68ae (diff)
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 <broonie@opensource.wolfsonmicro.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/setup-keypad.c')
-rw-r--r--arch/arm/mach-s3c64xx/setup-keypad.c1
1 files changed, 1 insertions, 0 deletions
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 <linux/gpio.h>
#include <plat/gpio-cfg.h>
+#include <plat/keypad.h>
void samsung_keypad_cfg_gpio(unsigned int rows, unsigned int cols)
{