commit | 32fc5aa2df12c7a95dbd1c2c9ee3eb8d7f920d9e | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Wed Sep 09 10:54:26 2020 +0200 |
committer | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Mon Sep 14 10:54:42 2020 +0200 |
tree | 579fe3a789d0b5e07f6b9a9cb46f42041fd8c96b | |
parent | 7cba1a4d5e1628e099728d849918de50dab2e24e [diff] |
gpiolib: unexport devprop_gpiochip_set_names() Now that devprop_gpiochip_set_names() is only used in a single place inside drivers/gpio/gpiolib.c, there's no need anymore for it to be exported or to even live in its own source file. Pull this function into the core source file for gpiolib. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>