diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:30:59 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:55 -0600 |
commit | 7938ac657ba62f6bbe6527c40b7db80383c67dae (patch) | |
tree | 1b6d985c8feef1fe743b39d7252939b36c5cafb4 /drivers/mmc/xenon_sdhci.c | |
parent | 4fa7521f66188b3fd5909de7a84d00492c7c32b5 (diff) | |
download | u-boot-7938ac657ba62f6bbe6527c40b7db80383c67dae.tar.gz u-boot-7938ac657ba62f6bbe6527c40b7db80383c67dae.tar.bz2 u-boot-7938ac657ba62f6bbe6527c40b7db80383c67dae.zip |
mmc: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed
add missing include files directly.
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/mmc/xenon_sdhci.c')
-rw-r--r-- | drivers/mmc/xenon_sdhci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/xenon_sdhci.c b/drivers/mmc/xenon_sdhci.c index 27dbe0404e..0e4902fab7 100644 --- a/drivers/mmc/xenon_sdhci.c +++ b/drivers/mmc/xenon_sdhci.c @@ -14,7 +14,6 @@ * Stefan Roese <sr@denx.de> */ -#include <common.h> #include <dm.h> #include <fdtdec.h> #include <asm/global_data.h> |