
23 May
2024
23 May
'24
1:30 a.m.
common.h header is marked for removal treewide and shouldn't be used. Remove it from DW MMC driver.
No functional change.
Signed-off-by: Sam Protsenko semen.protsenko@linaro.org --- drivers/mmc/dw_mmc.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/drivers/mmc/dw_mmc.c b/drivers/mmc/dw_mmc.c index e1036641452a..e6107c770fe3 100644 --- a/drivers/mmc/dw_mmc.c +++ b/drivers/mmc/dw_mmc.c @@ -6,7 +6,6 @@ */
#include <bouncebuf.h> -#include <common.h> #include <cpu_func.h> #include <errno.h> #include <log.h>
--
2.39.2