diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-10-13 13:23:39 +0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-25 11:04:27 +0400 |
commit | 821c3a35cbf5fcb5e0b657d70fa7e7765090baa0 (patch) | |
tree | 5cdcc48f875d0f19aad696904162249ba5585c13 /arch/arm/mach-s3c64xx/setup-keypad.c | |
parent | d8144aea5e2b8d31f684abbc59af47e6656d68ae (diff) | |
download | linux-821c3a35cbf5fcb5e0b657d70fa7e7765090baa0.tar.xz |
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.c | 1 |
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) { |