diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-06-10 18:28:37 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-06-10 18:28:37 +0200 |
commit | 1b83470f3c2eeae398cf90831f96c8ba4ed675fa (patch) | |
tree | 39bcf8beb8722bfe9cacbb3310cd5571f1e0b720 /arch/arm/cpu/armv7/omap-common/timer.c | |
parent | 74ae612fd8cfeb55f663bdd565d3f9d73703b2c4 (diff) | |
parent | 68cd4a4c9f4d7be8dc95796fb567f6b03faf9d97 (diff) |
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
Diffstat (limited to 'arch/arm/cpu/armv7/omap-common/timer.c')
-rw-r--r-- | arch/arm/cpu/armv7/omap-common/timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap-common/timer.c b/arch/arm/cpu/armv7/omap-common/timer.c index 507f6873e9..5926a5a810 100644 --- a/arch/arm/cpu/armv7/omap-common/timer.c +++ b/arch/arm/cpu/armv7/omap-common/timer.c @@ -35,6 +35,7 @@ #include <common.h> #include <asm/io.h> #include <asm/arch/cpu.h> +#include <asm/arch/clock.h> DECLARE_GLOBAL_DATA_PTR; |