aboutsummaryrefslogtreecommitdiff
path: root/post/cpu/mpc83xx/ecc.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-27 08:11:06 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:05:04 -0600
commit9c51981d96f10c6a33bcb09f076efddf4154f853 (patch)
treefcebd29c80ad15bd798903e2090eefa02022d0e3 /post/cpu/mpc83xx/ecc.c
parent8d28959d700aa537650b5e62c63d49d3b807e809 (diff)
downloadu-boot-9c51981d96f10c6a33bcb09f076efddf4154f853.zip
u-boot-9c51981d96f10c6a33bcb09f076efddf4154f853.tar.gz
u-boot-9c51981d96f10c6a33bcb09f076efddf4154f853.tar.bz2
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>
Diffstat (limited to 'post/cpu/mpc83xx/ecc.c')
-rw-r--r--post/cpu/mpc83xx/ecc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/post/cpu/mpc83xx/ecc.c b/post/cpu/mpc83xx/ecc.c
index 68da8ff..766eafa 100644
--- a/post/cpu/mpc83xx/ecc.c
+++ b/post/cpu/mpc83xx/ecc.c
@@ -8,7 +8,7 @@
* Dave Liu <daveliu@freescale.com>
*/
-#include <common.h>
+#include <config.h>
#include <cpu_func.h>
#include <irq_func.h>
#include <log.h>