Input: matrix_keypad - replace of_gpio_named_count() by gpiod_count()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 30 Aug 2022 21:15:18 +0000 (14:15 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 30 Aug 2022 21:20:01 +0000 (14:20 -0700)
commitf8f7f47d576f7f5d44ef9237f356bd6d42002614
treee163e545a3b460da18f66e88c5b1d07c41a9dbb4
parentc5872d6a04d24b7de095fe446896c35cb7bae465
Input: matrix_keypad - replace of_gpio_named_count() by gpiod_count()

As a preparation to unexport of_gpio_named_count(), convert the
driver to use gpiod_count() instead.

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