]> 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)
commita39b818ad7a91901ef4a80615eea9c1b93a7eee3
tree55acef7d1d65c646d47e8ef457b3dd184e9dd187
parent55ddca1a7d5a388bf089944c42bfa31c993ae05f
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