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 0899854..5a6137f 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>