]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit28ff5db6e4d12448601f66dbd4a9ef2a94905b31
tree493ae382048e03fd580bccb31a93a0fe04617ecf
parent2a95da946eee2023a3ff03be329e07f2c319f751
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