]> Git Repo - J-u-boot.git/commitdiff
bootstd: Add missing header file from bootdev.h
authorSimon Glass <[email protected]>
Sat, 18 Nov 2023 21:04:53 +0000 (14:04 -0700)
committerTom Rini <[email protected]>
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 <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
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;
This page took 0.036372 seconds and 4 git commands to generate.