diff options
author | Robin Getz <robin.getz@analog.com> | 2007-08-03 18:07:17 +0800 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-08-03 18:07:17 +0800 |
commit | f16295e7e7f2a2a15876f570f10d6dc8f1f36ab8 (patch) | |
tree | 71481c3d4ec249dddb6f16fe765a474a0d8b2fa9 /arch/blackfin/mach-bf533 | |
parent | b99ab54d4f11141b2ef3e50c3543b7243d3f49fb (diff) |
Blackfin arch: Fix CCLK and SCLK checks
Fix CCLK and SCLK checks, combine all arch checks into one file
for maintance. Checkins that remove more lines than they add are always
good.
Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/mach-bf533')
-rw-r--r-- | arch/blackfin/mach-bf533/head.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf533/head.S b/arch/blackfin/mach-bf533/head.S index 69da0e8b773..9c5378bb8a2 100644 --- a/arch/blackfin/mach-bf533/head.S +++ b/arch/blackfin/mach-bf533/head.S @@ -32,6 +32,7 @@ #include <asm/blackfin.h> #include <asm/trace.h> #if CONFIG_BFIN_KERNEL_CLOCK +#include <asm/mach-common/clocks.h> #include <asm/mach/mem_init.h> #endif #if CONFIG_DEBUG_KERNEL_START |