commit | ceace3aa553dd11d7b50811e6fc960d9e57938ad | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 18 14:04:53 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 11:51:24 2023 -0500 |
tree | 0821f91841833eca7faff9407d70c26ced4b5803 | |
parent | 761d602dacb8aac401138d6ac0c8fe0bcfe9c76e [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>
diff --git a/include/bootdev.h b/include/bootdev.h index b079a91..c136267 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;