.. | .. |
---|
68 | 68 | |
---|
69 | 69 | static void pxa1928_pll_init(struct pxa1928_clk_unit *pxa_unit) |
---|
70 | 70 | { |
---|
71 | | - struct clk *clk; |
---|
72 | 71 | struct mmp_clk_unit *unit = &pxa_unit->unit; |
---|
73 | 72 | |
---|
74 | 73 | mmp_register_fixed_rate_clks(unit, fixed_rate_clks, |
---|
.. | .. |
---|
77 | 76 | mmp_register_fixed_factor_clks(unit, fixed_factor_clks, |
---|
78 | 77 | ARRAY_SIZE(fixed_factor_clks)); |
---|
79 | 78 | |
---|
80 | | - clk = mmp_clk_register_factor("uart_pll", "pll1_416", |
---|
| 79 | + mmp_clk_register_factor("uart_pll", "pll1_416", |
---|
81 | 80 | CLK_SET_RATE_PARENT, |
---|
82 | 81 | pxa_unit->mpmu_base + MPMU_UART_PLL, |
---|
83 | 82 | &uart_factor_masks, uart_factor_tbl, |
---|