diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-03-18 15:42:37 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-03-19 14:04:57 +0100 |
commit | 9384d0e6facc9f5b325a2d401e9ed6bb49507a2a (patch) | |
tree | a2d4dad6cbcc787765520a0eb29404077f441fe1 /drivers/spi/spi-pxa2xx-pci.c | |
parent | spi: lpspi: fsl_lpspi_runtime_resume() can be static (diff) | |
download | linux-9384d0e6facc9f5b325a2d401e9ed6bb49507a2a.tar.xz linux-9384d0e6facc9f5b325a2d401e9ed6bb49507a2a.zip |
spi: pxa2xx-pci: Drop unused header inclusion
There is nothing in the driver which requires OF specific header
to be included.
Remove it for good.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-pxa2xx-pci.c')
-rw-r--r-- | drivers/spi/spi-pxa2xx-pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-pxa2xx-pci.c b/drivers/spi/spi-pxa2xx-pci.c index 1727fdfbac28..4b162fdca35f 100644 --- a/drivers/spi/spi-pxa2xx-pci.c +++ b/drivers/spi/spi-pxa2xx-pci.c @@ -5,7 +5,6 @@ */ #include <linux/clk-provider.h> #include <linux/module.h> -#include <linux/of_device.h> #include <linux/pci.h> #include <linux/platform_device.h> #include <linux/spi/pxa2xx_spi.h> |