]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
spi: uniphier: remove unnecessary include headers
authorKeiji Hayashibara <hayashibara.keiji@socionext.com>
Thu, 2 Aug 2018 04:42:43 +0000 (13:42 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 2 Aug 2018 10:08:06 +0000 (11:08 +0100)
This commit removed include headers of linux/of.h and linux/of_platform.h,
because they are not used.

Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-uniphier.c

index 089985465890b7df8e009981872d22d796793993..5a6137fe172df6eb5633ee38b7b3be2c01a84305 100644 (file)
@@ -10,8 +10,6 @@
 #include <linux/interrupt.h>
 #include <linux/io.h>
 #include <linux/module.h>
-#include <linux/of.h>
-#include <linux/of_platform.h>
 #include <linux/platform_device.h>
 #include <linux/spi/spi.h>