diff options
| author | Tom Rini <[email protected]> | 2024-04-27 08:11:06 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-06 15:05:04 -0600 |
| commit | 9c51981d96f10c6a33bcb09f076efddf4154f853 (patch) | |
| tree | fcebd29c80ad15bd798903e2090eefa02022d0e3 /post/lib_powerpc/string.c | |
| parent | 8d28959d700aa537650b5e62c63d49d3b807e809 (diff) | |
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 <[email protected]>
Diffstat (limited to 'post/lib_powerpc/string.c')
| -rw-r--r-- | post/lib_powerpc/string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post/lib_powerpc/string.c b/post/lib_powerpc/string.c index 21e02bcb266..c4ea5cf9ba9 100644 --- a/post/lib_powerpc/string.c +++ b/post/lib_powerpc/string.c @@ -4,7 +4,7 @@ * Wolfgang Denk, DENX Software Engineering, [email protected]. */ -#include <common.h> +#include <config.h> #include <irq_func.h> /* |
