mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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>
This commit is contained in:
parent
10c398d6e4
commit
e62714ca5f
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#ifndef __bootdev_h
|
||||
#define __bootdev_h
|
||||
|
||||
#include <dm/uclass-id.h>
|
||||
#include <linux/list.h>
|
||||
|
||||
struct bootflow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue