diff options
author | John Crispin <john@phrozen.org> | 2019-01-11 15:22:40 +0100 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-01-22 20:17:22 +0100 |
commit | 427be6a7e16cb79b007df48f3adbc0e9aceab3d3 (patch) | |
tree | 9f0c81fe65d745e564065721b3d2d8978dc623eb /arch/mips/ath79/common.h | |
parent | MIPS: ath79: drop platform device registration code (diff) | |
download | linux-427be6a7e16cb79b007df48f3adbc0e9aceab3d3.tar.xz linux-427be6a7e16cb79b007df48f3adbc0e9aceab3d3.zip |
MIPS: ath79: drop !OF clock code
With the target now being fully OF based, we can drop the legacy clock
registration code. All clocks are now probed via devicetree.
Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <jhogan@kernel.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
Cc: linux-mips@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'arch/mips/ath79/common.h')
-rw-r--r-- | arch/mips/ath79/common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/ath79/common.h b/arch/mips/ath79/common.h index 77dd989e5ce0..25b96f59e8e8 100644 --- a/arch/mips/ath79/common.h +++ b/arch/mips/ath79/common.h @@ -19,9 +19,6 @@ #define ATH79_MEM_SIZE_MIN (2 * 1024 * 1024) #define ATH79_MEM_SIZE_MAX (256 * 1024 * 1024) -void ath79_clocks_init(void); -unsigned long ath79_get_sys_clk_rate(const char *id); - void ath79_ddr_ctrl_init(void); #endif /* __ATH79_COMMON_H */ |