
23 May
2024
23 May
'24
1:31 a.m.
common.h header is marked for removal treewide and shouldn't be used. Remove it from Exynos DW MMC driver.
No functional change.
Signed-off-by: Sam Protsenko semen.protsenko@linaro.org --- drivers/mmc/exynos_dw_mmc.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/drivers/mmc/exynos_dw_mmc.c b/drivers/mmc/exynos_dw_mmc.c index ac1a1784b440..e416fbe5397a 100644 --- a/drivers/mmc/exynos_dw_mmc.c +++ b/drivers/mmc/exynos_dw_mmc.c @@ -5,7 +5,6 @@ */
#include <clk.h> -#include <common.h> #include <dwmmc.h> #include <asm/global_data.h> #include <malloc.h>
--
2.39.2