ARM: omap1: move perseus spi pinconf to board file
authorArnd Bergmann <arnd@arndb.de>
Mon, 5 Aug 2019 19:28:15 +0000 (21:28 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 Apr 2022 13:01:08 +0000 (15:01 +0200)
commit58d37dc1dfd8900892d73da1f26ac1cefca52e6e
treea205eb9ee21c824d8a8a93b6da3d6b96e3cd1fe7
parent1e9ca7c811f76b16c7822ad009b6b0c352227a15
ARM: omap1: move perseus spi pinconf to board file

The driver has always had a FIXME about this, and it seems
like this trivial code move avoids a mach header inclusion,
so just do it.

With that out of the way, and the header file inclusions
changed to global files, the driver can also be compile-tested
on other platforms.

Acked-by: Mark Brown <broonie@kernel.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-omap1/board-perseus2.c
drivers/spi/Kconfig
drivers/spi/spi-omap-uwire.c