commit | d22d0694c4aef2f938fcf9cff40010b51ebb574f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Apr 27 08:10:58 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 06 15:05:04 2024 -0600 |
tree | f9afa518638e79176c34af5aaf8ac36712e357b5 | |
parent | b01c75df7a92032449f744149eb03ed0b27943c3 [diff] [blame] |
test: Remove <common.h> and add needed includes Remove <common.h> from all "test/" files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/include/bootstd.h b/include/bootstd.h index 99ce7b6..ac756e9 100644 --- a/include/bootstd.h +++ b/include/bootstd.h
@@ -10,6 +10,8 @@ #define __bootstd_h #include <dm/ofnode_decl.h> +#include <linux/list.h> +#include <linux/types.h> struct udevice;