diff options
| author | Paul Barker <[email protected]> | 2023-11-01 20:05:56 +0000 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2023-11-02 11:30:18 +0100 |
| commit | d933d4368601a0bfda1c54a1135d9da92d0382b7 (patch) | |
| tree | 34ee1f9046d486ddb9e0bd463ddd049710fe9976 | |
| 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 <[email protected]>
Reviewed-by: Jaehoon Chung <[email protected]>
| -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 <[email protected]> */ -#include <common.h> #include <bouncebuf.h> #include <clk.h> #include <fdtdec.h> |
