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>
This commit is contained in:
parent
3dc23f7852
commit
3e972cb9ba
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user