remove unused includes and use <io.h> instead of <asm/io.h> Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- drivers/mtd/nand/nand_mxs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/mtd/nand/nand_mxs.c b/drivers/mtd/nand/nand_mxs.c index 52a4959..0611d7a 100644 --- a/drivers/mtd/nand/nand_mxs.c +++ b/drivers/mtd/nand/nand_mxs.c @@ -28,12 +28,10 @@ #include <errno.h> #include <driver.h> #include <init.h> +#include <io.h> #include <dma/apbh-dma.h> #include <stmp-device.h> #include <asm/mmu.h> -#include <asm/io.h> -#include <mach/clock.h> -#include <mach/imx-regs.h> #define MX28_BLOCK_SFTRST (1 << 31) #define MX28_BLOCK_CLKGATE (1 << 30) -- 1.8.3.2 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox