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