ARM: S3C64XX: Ensure samsung_keypad_cfg_gpio() is prototyped
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 13 Oct 2010 09:23:39 +0000 (18:23 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 25 Oct 2010 07:04:27 +0000 (16:04 +0900)
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>
arch/arm/mach-s3c64xx/setup-keypad.c

index d1fd722..f8ed0d2 100644 (file)
@@ -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)
 {