1
0
Fork 0

gpio: kempld: 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>
zero-colors
Linus Walleij 2018-03-12 12:16:34 +01:00
parent 96d0d03dc4
commit 430f649987
1 changed files with 1 additions and 1 deletions

View File

@ -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