From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1lC5Xc-0003Gl-SS for barebox@lists.infradead.org; Tue, 16 Feb 2021 18:57:45 +0000 From: Ahmad Fatoum Date: Tue, 16 Feb 2021 19:57:37 +0100 Message-Id: <20210216185737.10621-4-a.fatoum@pengutronix.de> In-Reply-To: <20210216185737.10621-1-a.fatoum@pengutronix.de> References: <20210216185737.10621-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 4/4] drivers: replaces references to To: barebox@lists.infradead.org Cc: Ahmad Fatoum With included for do_div instead of , there remains only 3 references to asm-generic headers in drivers/. Fix them up. Signed-off-by: Ahmad Fatoum --- 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 #include #include -#include +#include #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 #include #include -#include +#include #include #include #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 #include #include -#include +#include #include #ifdef CONFIG_S3C_NAND_BOOT -- 2.29.2 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox