Skip to content

Commit 9f57fd6

Browse files
mszyprowSylwester Nawrocki
authored andcommitted
clk: samsung: Remove dead code
samsung_clk_register_pll2550x() function is not used anymore, so remove its declaration. Signed-off-by: Marek Szyprowski <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Sylwester Nawrocki <[email protected]>
1 parent 2ea659a commit 9f57fd6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/clk/samsung/clk-pll.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,4 @@ struct samsung_pll_rate_table {
103103
unsigned int vsel;
104104
};
105105

106-
extern struct clk * __init samsung_clk_register_pll2550x(const char *name,
107-
const char *pname, const void __iomem *reg_base,
108-
const unsigned long offset);
109-
110106
#endif /* __SAMSUNG_CLK_PLL_H */

0 commit comments

Comments
 (0)