Skip to content

Commit

Permalink
ARM: S3C64XX: Ensure samsung_keypad_cfg_gpio() is prototyped
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown authored and Kukjin Kim committed Oct 25, 2010
1 parent d8144ae commit 821c3a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-s3c64xx/setup-keypad.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 821c3a3

Please sign in to comment.