Skip to content

Commit 6dc5974

Browse files
andy-shevmiquelraynal
authored andcommitted
mtd: rawnand: Remove unused of_gpio.h inclusion
The of_gpio.h is not and shouldn't be used in the drivers. Remove it. Signed-off-by: Andy Shevchenko <[email protected]> Acked-by: Martin Blumenstingl <[email protected]> Signed-off-by: Miquel Raynal <[email protected]>
1 parent d656610 commit 6dc5974

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/mtd/nand/raw/nand_base.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
#include <linux/io.h>
4343
#include <linux/mtd/partitions.h>
4444
#include <linux/of.h>
45-
#include <linux/of_gpio.h>
4645
#include <linux/gpio/consumer.h>
4746

4847
#include "internals.h"

drivers/mtd/nand/raw/xway_nand.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
*/
77

88
#include <linux/mtd/rawnand.h>
9-
#include <linux/of_gpio.h>
109
#include <linux/of.h>
1110
#include <linux/platform_device.h>
1211

0 commit comments

Comments
 (0)