diff options
Diffstat (limited to 'arch/arm/mach-clps711x/common.h')
-rw-r--r-- | arch/arm/mach-clps711x/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-clps711x/common.h b/arch/arm/mach-clps711x/common.h index f88189963898..370200b26333 100644 --- a/arch/arm/mach-clps711x/common.h +++ b/arch/arm/mach-clps711x/common.h | |||
@@ -16,3 +16,8 @@ extern void clps711x_restart(enum reboot_mode mode, const char *cmd); | |||
16 | 16 | ||
17 | /* drivers/irqchip/irq-clps711x.c */ | 17 | /* drivers/irqchip/irq-clps711x.c */ |
18 | void clps711x_intc_init(phys_addr_t, resource_size_t); | 18 | void clps711x_intc_init(phys_addr_t, resource_size_t); |
19 | /* drivers/clk/clk-clps711x.c */ | ||
20 | void clps711x_clk_init(void __iomem *base); | ||
21 | /* drivers/clocksource/clps711x-timer.c */ | ||
22 | void clps711x_clksrc_init(void __iomem *tc1_base, void __iomem *tc2_base, | ||
23 | unsigned int irq); | ||