From 3e972cb9bad534d0b1a7d2cd3d3f6ad15aa7a4fd Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Wed, 22 Oct 2014 12:13:07 +0200 Subject: arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.h This move makes it possible to use this kirkwood SPI driver from other MVEBU platforms as well. This will be used by the upcoming Armada XP support. Signed-off-by: Stefan Roese Reviewed-by: Jagannadha Sutradharudu Teki Tested-by: Luka Perkov Acked-by: Prafulla Wadaskar --- drivers/spi/kirkwood_spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/spi') diff --git a/drivers/spi/kirkwood_spi.c b/drivers/spi/kirkwood_spi.c index de0e914..9710f12 100644 --- a/drivers/spi/kirkwood_spi.c +++ b/drivers/spi/kirkwood_spi.c @@ -13,8 +13,8 @@ #include #include #include -#include #include +#include static struct kwspi_registers *spireg = (struct kwspi_registers *)KW_SPI_BASE; -- cgit v1.1