Skip to content
Snippets Groups Projects
Commit e62714ca authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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's avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarIlias Apalodimas <ilias.apalodimas@linaro.org>
parent 10c398d6
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
#ifndef __bootdev_h
#define __bootdev_h
#include <dm/uclass-id.h>
#include <linux/list.h>
struct bootflow;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment