From: Stefan Roese Date: Wed, 22 Oct 2014 10:13:07 +0000 (+0200) Subject: arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.h X-Git-Tag: v2025.01-rc5-pxa1908~14528 X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B?a=commitdiff_plain;h=3e972cb9bad534d0b1a7d2cd3d3f6ad15aa7a4fd;p=u-boot.git 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 --- diff --git a/arch/arm/include/asm/arch-kirkwood/spi.h b/arch/arm/include/asm/arch-mvebu/spi.h similarity index 100% rename from arch/arm/include/asm/arch-kirkwood/spi.h rename to arch/arm/include/asm/arch-mvebu/spi.h diff --git a/drivers/spi/kirkwood_spi.c b/drivers/spi/kirkwood_spi.c index de0e9143ee..9710f12e12 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;