Input: clps711x-keypad - get rid of OF_GPIO dependency
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 30 Aug 2022 21:14:53 +0000 (14:14 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 30 Aug 2022 21:20:00 +0000 (14:20 -0700)
commitc5872d6a04d24b7de095fe446896c35cb7bae465
tree3e20cd02ad0dadf8b208a4f47f1c88652caac785
parenta9da7251ac8bcc2f2358513868f1903ac2809b3d
Input: clps711x-keypad - get rid of OF_GPIO dependency

There is no such dependency in the driver, but it's implicitly
used to have OF property APIs available. Replace that by device
property API and get rid of OF_GPIO dependency.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220830182839.47965-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/Kconfig
drivers/input/keyboard/clps711x-keypad.c