1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-03 00:11:30 +02:00

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>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-05-01 19:30:49 -06:00
parent ce4bbf3592
commit 11657706b1

View File

@@ -5,7 +5,6 @@
#define LOG_CATEGORY UCLASS_FWU_MDATA
#include <common.h>
#include <dm.h>
#include <efi_loader.h>
#include <fwu.h>