Skip to content

Commit eec3736

Browse files
committed
mtd: spi-nor: drop unused <linux/of_platform.h>
There's nothing used in the SPI NOR core from <linux/of_platform.h>, drop the header inclusion. Reviewed-by: Miquel Raynal <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Tudor Ambarus <[email protected]>
1 parent fafa240 commit eec3736

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/mtd/spi-nor/core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include <linux/mtd/spi-nor.h>
1919
#include <linux/mutex.h>
2020
#include <linux/of.h>
21-
#include <linux/of_platform.h>
2221
#include <linux/regulator/consumer.h>
2322
#include <linux/sched/task_stack.h>
2423
#include <linux/sizes.h>

0 commit comments

Comments
 (0)