1
0
Fork 0

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: Boris Brezillon <boris.brezillon@bootlin.com>
hifive-unleashed-5.1
Boris Brezillon 2018-07-20 11:57:41 +02:00
parent 11edc1133e
commit 261b354caf
1 changed files with 1 additions and 1 deletions

View File

@ -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 */