aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/lib/bdinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/lib/bdinfo.c')
-rw-r--r--arch/m68k/lib/bdinfo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/m68k/lib/bdinfo.c b/arch/m68k/lib/bdinfo.c
index 0b4629f1c8..3719f11c03 100644
--- a/arch/m68k/lib/bdinfo.c
+++ b/arch/m68k/lib/bdinfo.c
@@ -6,8 +6,9 @@
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*/
-#include <common.h>
+#include <config.h>
#include <init.h>
+#include <asm/u-boot.h>
#include <asm/global_data.h>
DECLARE_GLOBAL_DATA_PTR;