提交 c3a17403 编写于 作者: L Linus Walleij

gpio: it87: Include the right header

This driver is a pure GPIO driver and should only include
<linux/gpio/driver.h>.
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 7a8fd1f5
......@@ -31,7 +31,7 @@
#include <linux/errno.h>
#include <linux/ioport.h>
#include <linux/slab.h>
#include <linux/gpio.h>
#include <linux/gpio/driver.h>
/* Chip Id numbers */
#define NO_DEV_ID 0xffff
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册