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/mmc_bootdev.c | |
parent | 4fa7521f66188b3fd5909de7a84d00492c7c32b5 (diff) |
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/mmc_bootdev.c')
-rw-r--r-- | drivers/mmc/mmc_bootdev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/mmc_bootdev.c b/drivers/mmc/mmc_bootdev.c index 55ecead2ddf..5a1688b75d0 100644 --- a/drivers/mmc/mmc_bootdev.c +++ b/drivers/mmc/mmc_bootdev.c @@ -6,7 +6,6 @@ * Written by Simon Glass <sjg@chromium.org> */ -#include <common.h> #include <bootdev.h> #include <dm.h> #include <mmc.h> |