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)
commitd3e6a67c7e502e8d21624c453f1d1f697e674548
tree55acef7d1d65c646d47e8ef457b3dd184e9dd187
parente70f18e1c7868bebad16b21b4821b2adb8c1abf8
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