1
0
Fork 0

gpio: lp873x: Include the right header

This is a driver so include only <linux/gpio/driver.h>.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
hifive-unleashed-5.1
Linus Walleij 2018-04-13 14:40:59 +02:00
parent e92a5c6160
commit 284ead59d3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
* Based on the TPS65218 driver
*/
#include <linux/gpio.h>
#include <linux/gpio/driver.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/regmap.h>