clk: k210: Remove k210_register_pll
This simplifies the PLL creation process, since we don't have to pass all the parameters individually. Signed-off-by: Sean Anderson <seanga2@gmail.com>
This commit is contained in:
committed by
Leo Yu-Chi Liang
parent
598a06dcb4
commit
f93ce98eb2
@@ -55,8 +55,4 @@ extern const struct clk_ops k210_pll_ops;
|
||||
|
||||
struct clk *k210_register_pll_struct(const char *name, const char *parent_name,
|
||||
struct k210_pll *pll);
|
||||
struct clk *k210_register_pll(const char *name, const char *parent_name,
|
||||
void __iomem *reg, void __iomem *lock, u8 shift,
|
||||
u8 width);
|
||||
|
||||
#endif /* K210_PLL_H */
|
||||
|
||||
Reference in New Issue
Block a user