diff options
author | Paul Barker | 2023-11-01 20:05:56 +0000 |
---|---|---|
committer | Marek Vasut | 2023-11-02 11:30:18 +0100 |
commit | d933d4368601a0bfda1c54a1135d9da92d0382b7 (patch) | |
tree | 34ee1f9046d486ddb9e0bd463ddd049710fe9976 /drivers | |
parent | a1b3787ad395d029dac54d6b66a7c4a99f207da0 (diff) |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mmc/renesas-sdhi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/renesas-sdhi.c b/drivers/mmc/renesas-sdhi.c index 865efdd3218..8cd501c5f7c 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> |