]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
bootstd: Add missing header file from bootdev.h
authorSimon Glass <sjg@chromium.org>
Sat, 18 Nov 2023 21:04:53 +0000 (14:04 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 16:51:24 +0000 (11:51 -0500)
Add a dm/uclass-id.h to the bootdev header file, since it uses
enum uclass_id

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
include/bootdev.h

index b079a91b5b7f337e03211ad4369b8341933e944f..c1362673d4186f08e70a9c704150ba22b4dbc56d 100644 (file)
@@ -7,6 +7,7 @@
 #ifndef __bootdev_h
 #define __bootdev_h
 
+#include <dm/uclass-id.h>
 #include <linux/list.h>
 
 struct bootflow;