
25 Jun
2013
25 Jun
'13
11:27 p.m.
Dove SoC also uses mvsata, therefore add a SoC specific include to allow to reuse the mvsata ide driver.
Signed-off-by: Sascha Silbe t-uboot@infra-silbe.de Acked-by: Prafulla Wadaskar prafulla@marvell.com --- v4->v5: no changes
drivers/block/mvsata_ide.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/drivers/block/mvsata_ide.c b/drivers/block/mvsata_ide.c index 42c177f..500f13c 100644 --- a/drivers/block/mvsata_ide.c +++ b/drivers/block/mvsata_ide.c @@ -29,6 +29,8 @@ #include <asm/arch/orion5x.h> #elif defined(CONFIG_KIRKWOOD) #include <asm/arch/kirkwood.h> +#elif defined(CONFIG_DOVE) +#include <asm/arch/dove.h> #endif
/* SATA port registers */
--
1.8.2.1