浏览代码

spi: uniphier: remove unnecessary include headers

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>
Keiji Hayashibara 7 年之前
父节点
当前提交
07ebbbe458
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      drivers/spi/spi-uniphier.c

+ 0 - 2
drivers/spi/spi-uniphier.c

@@ -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>