diff options
Diffstat (limited to 'arch/m68k/lib')
-rw-r--r-- | arch/m68k/lib/bdinfo.c | 1 | ||||
-rw-r--r-- | arch/m68k/lib/bootm.c | 1 | ||||
-rw-r--r-- | arch/m68k/lib/fec.c | 1 | ||||
-rw-r--r-- | arch/m68k/lib/time.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/arch/m68k/lib/bdinfo.c b/arch/m68k/lib/bdinfo.c index 92ea175202..7eca6725a6 100644 --- a/arch/m68k/lib/bdinfo.c +++ b/arch/m68k/lib/bdinfo.c @@ -8,6 +8,7 @@ #include <common.h> #include <init.h> +#include <asm/global_data.h> DECLARE_GLOBAL_DATA_PTR; diff --git a/arch/m68k/lib/bootm.c b/arch/m68k/lib/bootm.c index 320451144f..51a6f93858 100644 --- a/arch/m68k/lib/bootm.c +++ b/arch/m68k/lib/bootm.c @@ -11,6 +11,7 @@ #include <image.h> #include <lmb.h> #include <log.h> +#include <asm/global_data.h> #include <u-boot/zlib.h> #include <bzlib.h> #include <watchdog.h> diff --git a/arch/m68k/lib/fec.c b/arch/m68k/lib/fec.c index dde353ad17..eecea7a023 100644 --- a/arch/m68k/lib/fec.c +++ b/arch/m68k/lib/fec.c @@ -4,6 +4,7 @@ */ #include <common.h> +#include <asm/global_data.h> #include <linux/libfdt.h> #include <fdt_support.h> diff --git a/arch/m68k/lib/time.c b/arch/m68k/lib/time.c index a3eb6db54b..cbe29e72a8 100644 --- a/arch/m68k/lib/time.c +++ b/arch/m68k/lib/time.c @@ -10,6 +10,7 @@ #include <init.h> #include <irq_func.h> #include <time.h> +#include <asm/global_data.h> #include <linux/delay.h> #include <asm/timer.h> |