Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Remove declaration of obsolete arch_init_clk_ops()

Signed-off-by: Maarten 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: Ralf Baechle <ralf@linux-mips.org>

authored by

Maarten ter Huurne and committed by
Ralf Baechle
85546d7e ddb3108e

-3
-3
arch/mips/include/asm/clock.h
··· 35 35 #define CLK_ALWAYS_ENABLED (1 << 0) 36 36 #define CLK_RATE_PROPAGATES (1 << 1) 37 37 38 - /* Should be defined by processor-specific code */ 39 - void arch_init_clk_ops(struct clk_ops **, int type); 40 - 41 38 int clk_init(void); 42 39 43 40 int __clk_enable(struct clk *);