aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@bootlin.com>2018-07-20 11:57:40 +0200
committerMiquel Raynal <miquel.raynal@bootlin.com>2018-07-31 09:45:54 +0200
commitc1070db3839fb12513d0717e1e03d04eda1e2d93 (patch)
tree1de9d5410bd067ce7d0105f8bd8df71530c6202f /drivers/mtd
parentmtd: rawnand: atmel: Stop including gpio.h (diff)
downloadlinux-dev-c1070db3839fb12513d0717e1e03d04eda1e2d93.tar.xz
linux-dev-c1070db3839fb12513d0717e1e03d04eda1e2d93.zip
mtd: rawnand: au1550nd: Remove unneeded gpio.h inclusion
We don't use the GPIO API in this driver, let's just remove the <linux/gpio.h> inclusion. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/raw/au1550nd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/raw/au1550nd.c b/drivers/mtd/nand/raw/au1550nd.c
index df0ef1f1e2f5..35f5c84cd331 100644
--- a/drivers/mtd/nand/raw/au1550nd.c
+++ b/drivers/mtd/nand/raw/au1550nd.c
@@ -8,7 +8,6 @@
*/
#include <linux/slab.h>
-#include <linux/gpio.h>
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/mtd/mtd.h>