1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-03 01:32:47 +02: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:
Simon Glass
2023-11-18 14:04:53 -07:00
committed by Tom Rini
parent 10c398d6e4
commit e62714ca5f

View File

@@ -7,6 +7,7 @@
#ifndef __bootdev_h
#define __bootdev_h
#include <dm/uclass-id.h>
#include <linux/list.h>
struct bootflow;