1
0
Fork 0

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 <sr@denx.de>
Reviewed-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Tested-by: Luka Perkov <luka@openwrt.org>
Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
utp
Stefan Roese 2014-10-22 12:13:07 +02:00 committed by Tom Rini
parent 3dc23f7852
commit 3e972cb9ba
2 changed files with 1 additions and 1 deletions

View File

@ -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;