diff mbox

[U-Boot,v7,65/87] powerpc/mpc85xx: Use spi.h instead of spi_flash.h

Message ID 1458632319-24866-65-git-send-email-jteki@openedev.com
State Deferred
Delegated to: Jagannadha Sutradharudu Teki
Headers show

Commit Message

Jagan Teki March 22, 2016, 7:38 a.m. UTC
For spi_set_speed this patch unnecessarily using
spi_flash.h instead of spi.h
"powerpc/mpc85xx: Add board support for ucp1020"
(sha1: 8b0044ff5942943eaa49935f49d5006b346a60f8)

So, fix this by using spi.h instead of spi_flash.h

Cc: York Sun <yorksun@freescale.com>
Cc: Oleksandr G Zhadan <oleks@arcturusnetworks.com>
Cc: Michael Durrant <mdurrant@arcturusnetworks.com>
Signed-off-by: Jagan Teki <jteki@openedev.com>
---
 board/Arcturus/ucp1020/ucp1020.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/board/Arcturus/ucp1020/ucp1020.c b/board/Arcturus/ucp1020/ucp1020.c
index 0fc2bac..452d221 100644
--- a/board/Arcturus/ucp1020/ucp1020.c
+++ b/board/Arcturus/ucp1020/ucp1020.c
@@ -22,7 +22,7 @@ 
 #include <ioports.h>
 #include <netdev.h>
 #include <micrel.h>
-#include <spi_flash.h>
+#include <spi.h>
 #include <mmc.h>
 #include <linux/ctype.h>
 #include <asm/fsl_serdes.h>