From: Andy Shevchenko Date: Fri, 18 Oct 2019 10:54:29 +0000 (+0300) Subject: spi: pxa2xx: Replace of_device.h with mod_devicetable.h and of.h X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ae8fbf1d2403bc187a5d8fe82fbf2205d89cdb60;p=openwrt%2Fstaging%2Fblogic.git spi: pxa2xx: Replace of_device.h with mod_devicetable.h and of.h There is nothing in use from of_device.h. The definitions and macros are available thru mod_devicetable.h and of.h. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20191018105429.82782-5-andriy.shevchenko@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c index 684a5585ac7f..443c1f4d2a9a 100644 --- a/drivers/spi/spi-pxa2xx.c +++ b/drivers/spi/spi-pxa2xx.c @@ -18,7 +18,8 @@ #include #include #include -#include +#include +#include #include #include #include