Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 821c3a35 authored by Mark Brown's avatar Mark Brown Committed by Kukjin Kim
Browse files

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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent d8144aea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
{