commit | d3e6a67c7e502e8d21624c453f1d1f697e674548 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Sat Mar 29 12:32:06 2014 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sun Mar 30 13:25:17 2014 -0700 |
tree | 55acef7d1d65c646d47e8ef457b3dd184e9dd187 | |
parent | e70f18e1c7868bebad16b21b4821b2adb8c1abf8 [diff] |
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>