Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Keiji Hayashibara and committed by
Mark Brown
07ebbbe4 4b859db2

-2
-2
drivers/spi/spi-uniphier.c
··· 10 10 #include <linux/interrupt.h> 11 11 #include <linux/io.h> 12 12 #include <linux/module.h> 13 - #include <linux/of.h> 14 - #include <linux/of_platform.h> 15 13 #include <linux/platform_device.h> 16 14 #include <linux/spi/spi.h> 17 15