diff options
Diffstat (limited to 'arch/arm/mach-davinci/io.c')
-rw-r--r-- | arch/arm/mach-davinci/io.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/io.c b/arch/arm/mach-davinci/io.c index 87fae6fb6ecf..47787ff84a6a 100644 --- a/arch/arm/mach-davinci/io.c +++ b/arch/arm/mach-davinci/io.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <asm/memory.h> | 17 | #include <asm/memory.h> |
18 | 18 | ||
19 | #include <asm/mach/map.h> | 19 | #include <asm/mach/map.h> |
20 | #include <asm/arch/clock.h> | ||
20 | 21 | ||
21 | extern void davinci_check_revision(void); | 22 | extern void davinci_check_revision(void); |
22 | 23 | ||
@@ -49,3 +50,8 @@ void __init davinci_map_common_io(void) | |||
49 | */ | 50 | */ |
50 | davinci_check_revision(); | 51 | davinci_check_revision(); |
51 | } | 52 | } |
53 | |||
54 | void __init davinci_init_common_hw(void) | ||
55 | { | ||
56 | davinci_clk_init(); | ||
57 | } | ||