Several includes are unused, remove them. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- drivers/dma/apbh_dma.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/drivers/dma/apbh_dma.c b/drivers/dma/apbh_dma.c index 89948bc..665d394 100644 --- a/drivers/dma/apbh_dma.c +++ b/drivers/dma/apbh_dma.c @@ -15,19 +15,17 @@ * (at your option) any later version. */ +#include <dma/apbh-dma.h> +#include <stmp-device.h> #include <linux/list.h> - #include <common.h> #include <driver.h> -#include <init.h> #include <malloc.h> #include <errno.h> -#include <dma/apbh-dma.h> -#include <stmp-device.h> +#include <init.h> +#include <io.h> + #include <asm/mmu.h> -#include <asm/io.h> -#include <mach/clock.h> -#include <mach/imx-regs.h> #define HW_APBHX_CTRL0 0x000 #define BM_APBH_CTRL0_APB_BURST8_EN (1 << 29) -- 1.8.3.2 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox