Re: [PATCH] spi: omap2: use SUPERH, not SH

2014-02-10 Thread Mark Brown
On Sat, Feb 08, 2014 at 10:01:21PM +0100, Paul Bolle wrote: > Commit 0079aae0f1e6 ("spi: omap2: Add build dependencies for > writel_relaxed()") added an optional Kconfig dependency on SH. That > Kconfig symbol doesn't exist. Apparently SUPERH was intended. Use that. Applied, thanks. signature.as

Re: [PATCH] spi: omap2: use SUPERH, not SH

2014-02-08 Thread Geert Uytterhoeven
On Sat, Feb 8, 2014 at 10:01 PM, Paul Bolle wrote: > Commit 0079aae0f1e6 ("spi: omap2: Add build dependencies for > writel_relaxed()") added an optional Kconfig dependency on SH. That > Kconfig symbol doesn't exist. Apparently SUPERH was intended. Use that. > > Signed-off-by: Paul Bolle Nice cat

[PATCH] spi: omap2: use SUPERH, not SH

2014-02-08 Thread Paul Bolle
Commit 0079aae0f1e6 ("spi: omap2: Add build dependencies for writel_relaxed()") added an optional Kconfig dependency on SH. That Kconfig symbol doesn't exist. Apparently SUPERH was intended. Use that. Signed-off-by: Paul Bolle --- Basically untested. drivers/spi/Kconfig | 2 +- 1 file changed,