Commit 261b354c authored by Boris Brezillon's avatar Boris Brezillon

mtd: spi-nor: atmel-quadspi: Include gpio/consumer.h instead of gpio.h

GPIO consumers now include <linux/gpio/consumer.h> instead of
<linux/gpio.h> if they can.
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@bootlin.com>
parent 11edc113
......@@ -34,7 +34,7 @@
#include <linux/of.h>
#include <linux/io.h>
#include <linux/gpio.h>
#include <linux/gpio/consumer.h>
/* QSPI register offsets */
#define QSPI_CR 0x0000 /* Control Register */
......
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