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:
@@ -7,6 +7,7 @@
|
||||
#ifndef __bootdev_h
|
||||
#define __bootdev_h
|
||||
|
||||
#include <dm/uclass-id.h>
|
||||
#include <linux/list.h>
|
||||
|
||||
struct bootflow;
|
||||
|
Reference in New Issue
Block a user