فهرست منبع

gpio: it87: Include the right header

This driver is a pure GPIO driver and should only include
<linux/gpio/driver.h>.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Linus Walleij 7 سال پیش
والد
کامیت
c3a174036f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      drivers/gpio/gpio-it87.c

+ 1 - 1
drivers/gpio/gpio-it87.c

@@ -31,7 +31,7 @@
 #include <linux/errno.h>
 #include <linux/errno.h>
 #include <linux/ioport.h>
 #include <linux/ioport.h>
 #include <linux/slab.h>
 #include <linux/slab.h>
-#include <linux/gpio.h>
+#include <linux/gpio/driver.h>
 
 
 /* Chip Id numbers */
 /* Chip Id numbers */
 #define NO_DEV_ID	0xffff
 #define NO_DEV_ID	0xffff