diff --git a/drivers/dma/apbh_dma.c b/drivers/dma/apbh_dma.c index 235436416..b0a20b802 100644 --- a/drivers/dma/apbh_dma.c +++ b/drivers/dma/apbh_dma.c @@ -20,12 +20,12 @@ #include #include #include +#include #include #include #include #include #include -#include #define HW_APBHX_CTRL0 0x000 #define BM_APBH_CTRL0_APB_BURST8_EN (1 << 29) diff --git a/drivers/mtd/nand/nand_mxs.c b/drivers/mtd/nand/nand_mxs.c index 046fcc30b..f654af1fb 100644 --- a/drivers/mtd/nand/nand_mxs.c +++ b/drivers/mtd/nand/nand_mxs.c @@ -28,12 +28,12 @@ #include #include #include +#include #include #include #include #include #include -#include #define MX28_BLOCK_SFTRST (1 << 31) #define MX28_BLOCK_CLKGATE (1 << 30) diff --git a/arch/arm/mach-mxs/include/mach/dma.h b/include/dma/apbh-dma.h similarity index 100% rename from arch/arm/mach-mxs/include/mach/dma.h rename to include/dma/apbh-dma.h