[PATCH v2 05/32] bootstd: Add missing header file from bootdev.h

Ilias Apalodimas ilias.apalodimas at linaro.org
Sat Nov 18 08:51:08 CET 2023


On Thu, 16 Nov 2023 at 06:11, Simon Glass <sjg at chromium.org> wrote:
>
> Add a dm/uclass-id.h to the bootdev header file, since it uses
> enum uclass_id
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>

> ---
>
> (no changes since v1)
>
>  include/bootdev.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/include/bootdev.h b/include/bootdev.h
> index b079a91b5b7f..c1362673d418 100644
> --- a/include/bootdev.h
> +++ b/include/bootdev.h
> @@ -7,6 +7,7 @@
>  #ifndef __bootdev_h
>  #define __bootdev_h
>
> +#include <dm/uclass-id.h>
>  #include <linux/list.h>
>
>  struct bootflow;
> --
> 2.43.0.rc0.421.g78406f8d94-goog
>


More information about the U-Boot mailing list