Home
last modified time | relevance | path

Searched hist:"9 c8224d04b2ee0c5b9cc6f536fdc23aefff63257" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpio/
H A DKconfigdiff 9c8224d04b2ee0c5b9cc6f536fdc23aefff63257 Thu Jan 12 17:39:41 CET 2023 Andy Shevchenko <andriy.shevchenko@linux.intel.com> 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>