Commit fc4f8f32 authored by Linus Walleij's avatar Linus Walleij

gpio: twl6040: Include the right header

This is a GPIO driver so include only <linux/gpio/driver.h>.
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent ab8c1e82
......@@ -26,7 +26,7 @@
#include <linux/init.h>
#include <linux/kthread.h>
#include <linux/irq.h>
#include <linux/gpio.h>
#include <linux/gpio/driver.h>
#include <linux/platform_device.h>
#include <linux/of.h>
......
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