[PATCH 32/81] fwu-mdata: Remove <common.h> and add needed includes

Ilias Apalodimas ilias.apalodimas at linaro.org
Tue May 7 09:39:56 CEST 2024


On Thu, 2 May 2024 at 04:32, Tom Rini <trini at konsulko.com> wrote:
>
> Remove <common.h> from this driver directory and when needed
> add missing include files directly.
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> Cc: Tom Rini <trini at konsulko.com>
> Cc: Ilias Apalodimas <ilias.apalodimas at linaro.org>
> Cc: Jassi Brar <jaswinder.singh at linaro.org>
> Cc: Etienne Carriere <etienne.carriere at linaro.org>
> ---
>  drivers/fwu-mdata/fwu-mdata-uclass.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/fwu-mdata/fwu-mdata-uclass.c b/drivers/fwu-mdata/fwu-mdata-uclass.c
> index 0a8edaaa418f..bab7a7e80d1d 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>
> --
> 2.34.1
>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>


More information about the U-Boot mailing list