diff options
Diffstat (limited to 'drivers/clk/spear/clk.h')
| -rw-r--r-- | drivers/clk/spear/clk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clk/spear/clk.h b/drivers/clk/spear/clk.h index 9834944f08b1..af0e25f496c1 100644 --- a/drivers/clk/spear/clk.h +++ b/drivers/clk/spear/clk.h | |||
| @@ -49,7 +49,7 @@ struct aux_rate_tbl { | |||
| 49 | struct clk_aux { | 49 | struct clk_aux { |
| 50 | struct clk_hw hw; | 50 | struct clk_hw hw; |
| 51 | void __iomem *reg; | 51 | void __iomem *reg; |
| 52 | struct aux_clk_masks *masks; | 52 | const struct aux_clk_masks *masks; |
| 53 | struct aux_rate_tbl *rtbl; | 53 | struct aux_rate_tbl *rtbl; |
| 54 | u8 rtbl_cnt; | 54 | u8 rtbl_cnt; |
| 55 | spinlock_t *lock; | 55 | spinlock_t *lock; |
| @@ -112,7 +112,7 @@ typedef unsigned long (*clk_calc_rate)(struct clk_hw *hw, unsigned long prate, | |||
| 112 | /* clk register routines */ | 112 | /* clk register routines */ |
| 113 | struct clk *clk_register_aux(const char *aux_name, const char *gate_name, | 113 | struct clk *clk_register_aux(const char *aux_name, const char *gate_name, |
| 114 | const char *parent_name, unsigned long flags, void __iomem *reg, | 114 | const char *parent_name, unsigned long flags, void __iomem *reg, |
| 115 | struct aux_clk_masks *masks, struct aux_rate_tbl *rtbl, | 115 | const struct aux_clk_masks *masks, struct aux_rate_tbl *rtbl, |
| 116 | u8 rtbl_cnt, spinlock_t *lock, struct clk **gate_clk); | 116 | u8 rtbl_cnt, spinlock_t *lock, struct clk **gate_clk); |
| 117 | struct clk *clk_register_frac(const char *name, const char *parent_name, | 117 | struct clk *clk_register_frac(const char *name, const char *parent_name, |
| 118 | unsigned long flags, void __iomem *reg, | 118 | unsigned long flags, void __iomem *reg, |
