Skip to content
Snippets Groups Projects
Commit 85546d7e authored by Maarten ter Huurne's avatar Maarten ter Huurne Committed by Ralf Baechle
Browse files

MIPS: Remove declaration of obsolete arch_init_clk_ops()


Signed-off-by: default avatarMaarten ter Huurne <maarten@treewalker.org>
Cc: Apelete Seketeli <apelete@seketeli.net>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/7671/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent ddb3108e
No related branches found
No related tags found
No related merge requests found
...@@ -35,9 +35,6 @@ struct clk { ...@@ -35,9 +35,6 @@ struct clk {
#define CLK_ALWAYS_ENABLED (1 << 0) #define CLK_ALWAYS_ENABLED (1 << 0)
#define CLK_RATE_PROPAGATES (1 << 1) #define CLK_RATE_PROPAGATES (1 << 1)
/* Should be defined by processor-specific code */
void arch_init_clk_ops(struct clk_ops **, int type);
int clk_init(void); int clk_init(void);
int __clk_enable(struct clk *); int __clk_enable(struct clk *);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment