aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:30:49 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:36:24 -0600
commit2e81c7cf1ea2f041f2a036c75a543131f8334544 (patch)
tree0865f6214b188d6b1a5351849f44666cfba7219d
parentfddc4e3e917aab5c2629c58c5806baee08fcd0b0 (diff)
downloadu-boot-2e81c7cf1ea2f041f2a036c75a543131f8334544.zip
u-boot-2e81c7cf1ea2f041f2a036c75a543131f8334544.tar.gz
u-boot-2e81c7cf1ea2f041f2a036c75a543131f8334544.tar.bz2
fwu-mdata: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed add missing include files directly. Acked-by: Jassi Brar <jassisinghbrar@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--drivers/fwu-mdata/fwu-mdata-uclass.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/fwu-mdata/fwu-mdata-uclass.c b/drivers/fwu-mdata/fwu-mdata-uclass.c
index 0a8edaa..bab7a7e 100644
--- a/drivers/fwu-mdata/fwu-mdata-uclass.c
+++ b/drivers/fwu-mdata/fwu-mdata-uclass.c
@@ -5,7 +5,6 @@
#define LOG_CATEGORY UCLASS_FWU_MDATA
-#include <common.h>
#include <dm.h>
#include <efi_loader.h>
#include <fwu.h>