projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce4bbf3
)
fwu-mdata: Remove <common.h> and add needed includes
author
Tom Rini
<trini@konsulko.com>
Thu, 2 May 2024 01:30:49 +0000
(19:30 -0600)
committer
Tom Rini
<trini@konsulko.com>
Tue, 7 May 2024 14:00:53 +0000
(08:00 -0600)
Remove <common.h> from this driver directory and when needed
add missing include files directly.
Acked-by: Jassi Brar <jassisinghbrar@gmail.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/fwu-mdata/fwu-mdata-uclass.c
patch
|
blob
|
history
diff --git
a/drivers/fwu-mdata/fwu-mdata-uclass.c
b/drivers/fwu-mdata/fwu-mdata-uclass.c
index 0a8edaaa418fdf24c0aa984ada7a560980751637..bab7a7e80d1d3e121a9531f610a8465d8a6a4624 100644
(file)
--- 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>