diff options
Diffstat (limited to 'arch/m68k/cpu/mcf5445x')
-rw-r--r-- | arch/m68k/cpu/mcf5445x/cpu.c | 1 | ||||
-rw-r--r-- | arch/m68k/cpu/mcf5445x/speed.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/cpu/mcf5445x/cpu.c b/arch/m68k/cpu/mcf5445x/cpu.c index ebe15ca518..ac1e591681 100644 --- a/arch/m68k/cpu/mcf5445x/cpu.c +++ b/arch/m68k/cpu/mcf5445x/cpu.c @@ -15,6 +15,7 @@ #include <watchdog.h> #include <command.h> #include <netdev.h> +#include <asm/global_data.h> #include <linux/delay.h> #include <asm/immap.h> diff --git a/arch/m68k/cpu/mcf5445x/speed.c b/arch/m68k/cpu/mcf5445x/speed.c index eaa3b39bec..a0b9af8866 100644 --- a/arch/m68k/cpu/mcf5445x/speed.c +++ b/arch/m68k/cpu/mcf5445x/speed.c @@ -7,6 +7,7 @@ #include <common.h> #include <clock_legacy.h> +#include <asm/global_data.h> #include <asm/processor.h> #include <asm/immap.h> |