gpio: htc-gpio: Include the right header

This driver is a pure GPIO driver and should only include
<linux/gpio/driver.h>. Drop the include of <linux/gpio.h>
from the platform data header as well, it serves no purpose.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Linus Walleij
2018-03-04 23:37:22 +01:00
والد 00d712a930
کامیت f63109f0cb
2فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده

مشاهده پرونده

@@ -18,6 +18,7 @@
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/gpio/driver.h>
struct egpio_chip {
int reg_start;