Commit dcc6ceef authored by Linus Walleij's avatar Linus Walleij

gpio: pl061: Include the right header

This is a GPIO driver, include only <linux/gpio/driver.h>.
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 5db1f873
......@@ -20,7 +20,7 @@
#include <linux/irq.h>
#include <linux/irqchip/chained_irq.h>
#include <linux/bitops.h>
#include <linux/gpio.h>
#include <linux/gpio/driver.h>
#include <linux/device.h>
#include <linux/amba/bus.h>
#include <linux/slab.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