With <linux/math64.h> included for do_div instead of <asm-generic/div.h>, there remains only 3 references to asm-generic headers in drivers/. Fix them up. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- v2 -> v3: - reinstated v1 -> v2: - dropped by mistake --- drivers/mci/dw_mmc.c | 2 +- drivers/mci/imx-esdhc-pbl.c | 2 +- drivers/mtd/nand/nand_s3c24xx.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mci/dw_mmc.c b/drivers/mci/dw_mmc.c index 8249403eb7d6..7979568841fc 100644 --- a/drivers/mci/dw_mmc.c +++ b/drivers/mci/dw_mmc.c @@ -19,7 +19,7 @@ #include <linux/bitops.h> #include <linux/clk.h> #include <linux/err.h> -#include <asm-generic/errno.h> +#include <errno.h> #include "dw_mmc.h" diff --git a/drivers/mci/imx-esdhc-pbl.c b/drivers/mci/imx-esdhc-pbl.c index 0cb32b46f19e..c3a8b377e2b7 100644 --- a/drivers/mci/imx-esdhc-pbl.c +++ b/drivers/mci/imx-esdhc-pbl.c @@ -6,7 +6,7 @@ #include <io.h> #include <mci.h> #include <linux/sizes.h> -#include <asm-generic/sections.h> +#include <asm/sections.h> #include <asm/cache.h> #include <mach/xload.h> #ifdef CONFIG_ARCH_IMX diff --git a/drivers/mtd/nand/nand_s3c24xx.c b/drivers/mtd/nand/nand_s3c24xx.c index 59bd6c9fed4c..f1d1441f509f 100644 --- a/drivers/mtd/nand/nand_s3c24xx.c +++ b/drivers/mtd/nand/nand_s3c24xx.c @@ -32,7 +32,7 @@ #include <mach/s3c-iomap.h> #include <mach/s3c24xx-nand.h> #include <io.h> -#include <asm-generic/errno.h> +#include <errno.h> #include <asm/sections.h> #ifdef CONFIG_S3C_NAND_BOOT -- 2.29.2 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox