commit | 150c3bc96adfb5d8ea284fb70a80dbc3f22f7868 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Apr 27 08:11:06 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 06 15:05:04 2024 -0600 |
tree | fcebd29c80ad15bd798903e2090eefa02022d0e3 | |
parent | 523179773449a458b98e7047470cb39614886cc5 [diff] [blame] |
post: Remove <common.h> and add needed includes Remove <common.h> from all "post/" files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/post/post.c b/post/post.c index 946d909..705f94c 100644 --- a/post/post.c +++ b/post/post.c
@@ -4,7 +4,7 @@ * Wolfgang Denk, DENX Software Engineering, wd@denx.de. */ -#include <common.h> +#include <config.h> #include <bootstage.h> #include <env.h> #include <log.h>