From d933d4368601a0bfda1c54a1135d9da92d0382b7 Mon Sep 17 00:00:00 2001 From: Paul Barker <paul.barker.ct@bp.renesas.com> Date: Wed, 1 Nov 2023 20:05:56 +0000 Subject: [PATCH] mmc: renesas-sdhi: Drop <common.h> In line with changes elsewhere, drop inclusion of the common header. Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> --- drivers/mmc/renesas-sdhi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mmc/renesas-sdhi.c b/drivers/mmc/renesas-sdhi.c index 865efdd321..8cd501c5f7 100644 --- a/drivers/mmc/renesas-sdhi.c +++ b/drivers/mmc/renesas-sdhi.c @@ -3,7 +3,6 @@ * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> */ -#include <common.h> #include <bouncebuf.h> #include <clk.h> #include <fdtdec.h> -- 2.39.5