Skip to content

Commit

Permalink
gpio: pl061: Include the right header
Browse files Browse the repository at this point in the history
This is a GPIO driver, include only <linux/gpio/driver.h>.

Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
linusw committed May 24, 2018
1 parent 5db1f87 commit dcc6cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpio/gpio-pl061.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit dcc6cee

Please sign in to comment.