Commit 430f6499 authored by Linus Walleij's avatar Linus Walleij

gpio: kempld: Include the right header

This driver is a pure GPIO driver and should only include
<linux/gpio/driver.h>.
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 96d0d03d
......@@ -20,7 +20,7 @@
#include <linux/bitops.h>
#include <linux/errno.h>
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <linux/gpio/driver.h>
#include <linux/mfd/kempld.h>
#define KEMPLD_GPIO_MAX_NUM 16
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment