summaryrefslogtreecommitdiff
path: root/arch/m68k/cpu/mcf52x2/cpu_init.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-10-12 19:03:56 -0400
committerTom Rini <trini@konsulko.com>2023-10-24 16:34:45 -0400
commit07011890a60fe45074defbe39f4dca90f82c4955 (patch)
tree3261da51f7faf52474cc065a196b5e86fddb748f /arch/m68k/cpu/mcf52x2/cpu_init.c
parent60c08dd7718364e3ab4565801e7d972aec2ee036 (diff)
m68k: Remove common.h usage
We can remove common.h from most cases of the code here, and only a few places need an additional header instead. Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Angelo Dureghello <angelo@kernel-space.org>
Diffstat (limited to 'arch/m68k/cpu/mcf52x2/cpu_init.c')
-rw-r--r--arch/m68k/cpu/mcf52x2/cpu_init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/m68k/cpu/mcf52x2/cpu_init.c b/arch/m68k/cpu/mcf52x2/cpu_init.c
index 99eb61f1675..4506eb39edf 100644
--- a/arch/m68k/cpu/mcf52x2/cpu_init.c
+++ b/arch/m68k/cpu/mcf52x2/cpu_init.c
@@ -17,7 +17,7 @@
* Copyright (C) 2008 Arthur Shipkowski (art@videon-central.com)
*/
-#include <common.h>
+#include <config.h>
#include <cpu_func.h>
#include <init.h>
#include <watchdog.h>
@@ -25,7 +25,6 @@
#include <asm/io.h>
#if defined(CONFIG_CMD_NET)
-#include <config.h>
#include <net.h>
#include <asm/fec.h>
#endif