diff options
| author | Stefan Roese <[email protected]> | 2014-10-22 12:13:07 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-10-23 09:59:20 -0400 |
| commit | 3e972cb9bad534d0b1a7d2cd3d3f6ad15aa7a4fd (patch) | |
| tree | b77af1e3c15bf3dd1165110dd93cf1e359c8a555 /drivers | |
| parent | 3dc23f7852158fafde9eb736060f9e8131997f19 (diff) | |
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 <[email protected]>
Reviewed-by: Jagannadha Sutradharudu Teki <[email protected]>
Tested-by: Luka Perkov <[email protected]>
Acked-by: Prafulla Wadaskar <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/spi/kirkwood_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/kirkwood_spi.c b/drivers/spi/kirkwood_spi.c index de0e9143eee..9710f12e12c 100644 --- a/drivers/spi/kirkwood_spi.c +++ b/drivers/spi/kirkwood_spi.c @@ -13,8 +13,8 @@ #include <spi.h> #include <asm/io.h> #include <asm/arch/soc.h> -#include <asm/arch/spi.h> #include <asm/arch/mpp.h> +#include <asm/arch-mvebu/spi.h> static struct kwspi_registers *spireg = (struct kwspi_registers *)KW_SPI_BASE; |
