mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 10:26:10 +01: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:
		| @@ -7,6 +7,7 @@ | |||||||
| #ifndef __bootdev_h | #ifndef __bootdev_h | ||||||
| #define __bootdev_h | #define __bootdev_h | ||||||
|  |  | ||||||
|  | #include <dm/uclass-id.h> | ||||||
| #include <linux/list.h> | #include <linux/list.h> | ||||||
|  |  | ||||||
| struct bootflow; | struct bootflow; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user