gpio: zevio: Use proper headers and drop OF_GPIO dependency
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 12 Jan 2023 16:39:41 +0000 (18:39 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 30 Jan 2023 14:55:30 +0000 (15:55 +0100)
commit9c8224d04b2ee0c5b9cc6f536fdc23aefff63257
treedc571743b7c52ce6ad7024aae69ccd36652b4023
parenta25d1dfdfcad505c49cc19e8ac64d0fcb8d12fa6
gpio: zevio: Use proper headers and drop OF_GPIO dependency

The driver doesn't depend on the OF_GPIO to be compiled. Hence
the proper header to use is mod_devicetable.h. Replace of*.h with
the above mentioned and drop redundant dependency.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/Kconfig
drivers/gpio/gpio-zevio.c