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 584494a32070..27233cb4a2fb 100644 --- a/arch/arm/mach-davinci/clock.h +++ b/arch/arm/mach-davinci/clock.h | |||
@@ -67,6 +67,7 @@ struct clk { | |||
67 | u8 usecount; | 67 | u8 usecount; |
68 | u8 flags; | 68 | u8 flags; |
69 | u8 lpsc; | 69 | u8 lpsc; |
70 | u8 psc_ctlr; | ||
70 | struct clk *parent; | 71 | struct clk *parent; |
71 | struct pll_data *pll_data; | 72 | struct pll_data *pll_data; |
72 | u32 div_reg; | 73 | u32 div_reg; |