diff options
Diffstat (limited to 'arch/arm/mach-davinci/clock.h')
-rw-r--r-- | arch/arm/mach-davinci/clock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/clock.h b/arch/arm/mach-davinci/clock.h index f88794d7446e..202b9ff27b9d 100644 --- a/arch/arm/mach-davinci/clock.h +++ b/arch/arm/mach-davinci/clock.h | |||
@@ -73,6 +73,7 @@ struct clk { | |||
73 | struct list_head childnode; /* parent's child list node */ | 73 | struct list_head childnode; /* parent's child list node */ |
74 | struct pll_data *pll_data; | 74 | struct pll_data *pll_data; |
75 | u32 div_reg; | 75 | u32 div_reg; |
76 | unsigned long (*recalc) (struct clk *); | ||
76 | }; | 77 | }; |
77 | 78 | ||
78 | /* Clock flags */ | 79 | /* Clock flags */ |