git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10c398d
)
bootstd: Add missing header file from bootdev.h
author
Simon Glass
<sjg@chromium.org>
Sat, 18 Nov 2023 21:04:53 +0000
(14:04 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/include/bootdev.h
b/include/bootdev.h
index
b079a91
..
c136267
100644
(file)
--- 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;