]> git.baikalelectronics.ru Git - kernel.git/commit
Input: pmic8xxx-keypad - fix build by removing gpio configuration
authorStephen Boyd <sboyd@codeaurora.org>
Sat, 29 Mar 2014 19:32:06 +0000 (12:32 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 30 Mar 2014 20:25:17 +0000 (13:25 -0700)
commit125a5b2bf56192d804c8a249452ada8d54ce1d94
tree55acef7d1d65c646d47e8ef457b3dd184e9dd187
parent541924ef63f47b076701730680b6043ce2e8ce4c
Input: pmic8xxx-keypad - fix build by removing gpio configuration

The gpio configuration in this driver doesn't work because the
gpio.h include doesn't exist. Remove the configuration as it
isn't strictly necessary, allowing us to actually compile this
driver. If it's needed in the future, it should be done via a
pinctrl driver.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/pmic8xxx-keypad.c