aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass2023-11-18 14:04:53 -0700
committerTom Rini2023-12-13 11:51:24 -0500
commite62714ca5f35aa11300d22c5e85d9629aa4fac4f (patch)
tree0821f91841833eca7faff9407d70c26ced4b5803
parent10c398d6e4a2aec1ce73f99e634781a020b467c4 (diff)
bootstd: Add missing header file from bootdev.h
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>
-rw-r--r--include/bootdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bootdev.h b/include/bootdev.h
index b079a91b5b7..c1362673d41 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;