提交 9c8224d0 编写于 作者: A Andy Shevchenko 提交者: Bartosz Golaszewski

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: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: NBartosz Golaszewski <bartosz.golaszewski@linaro.org>
上级 a25d1dfd
...@@ -762,7 +762,7 @@ config GPIO_XTENSA ...@@ -762,7 +762,7 @@ config GPIO_XTENSA
config GPIO_ZEVIO config GPIO_ZEVIO
bool "LSI ZEVIO SoC memory mapped GPIOs" bool "LSI ZEVIO SoC memory mapped GPIOs"
depends on ARM && OF_GPIO depends on ARM
help help
Say yes here to support the GPIO controller in LSI ZEVIO SoCs. Say yes here to support the GPIO controller in LSI ZEVIO SoCs.
......
...@@ -5,13 +5,14 @@ ...@@ -5,13 +5,14 @@
* Author: Fabian Vogt <fabian@ritter-vogt.de> * Author: Fabian Vogt <fabian@ritter-vogt.de>
*/ */
#include <linux/spinlock.h> #include <linux/bitops.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/bitops.h>
#include <linux/io.h> #include <linux/io.h>
#include <linux/of_device.h> #include <linux/mod_devicetable.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/gpio/driver.h> #include <linux/gpio/driver.h>
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册