OSDN Git Service

spi: pxa2xx: Replace of_device.h with mod_devicetable.h and of.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 18 Oct 2019 10:54:29 +0000 (13:54 +0300)
committerMark Brown <broonie@kernel.org>
Fri, 18 Oct 2019 17:26:09 +0000 (18:26 +0100)
commitae8fbf1d2403bc187a5d8fe82fbf2205d89cdb60
tree493ae382048e03fd580bccb31a93a0fe04617ecf
parentf2faa3ec79ac11db8c26b10f8c978d4d0f7392dd
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 <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20191018105429.82782-5-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pxa2xx.c