x86: ich-spi: Move opcode registers configuration to another routine
[oweals/u-boot.git] / drivers / dma / apbh_dma.c
index a6dc9351148f905869012bd7f48b11be98fe63cf..fea8767d7bae5b65013dc33c3b7506748247f646 100644 (file)
 
 #include <common.h>
 #include <malloc.h>
-#include <asm/errno.h>
+#include <linux/errno.h>
 #include <asm/io.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/imx-regs.h>
 #include <asm/arch/sys_proto.h>
-#include <asm/imx-common/dma.h>
-#include <asm/imx-common/regs-apbh.h>
+#include <asm/mach-imx/dma.h>
+#include <asm/mach-imx/regs-apbh.h>
 
 static struct mxs_dma_chan mxs_dma_channels[MXS_MAX_DMA_CHANNELS];