diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2015-07-28 14:16:47 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-08-12 20:47:54 -0400 |
commit | 7531122e5ca64fd1d5b9a1feffa25bc812a627a6 (patch) | |
tree | 1e051055e26824d39bd73cf5bcca42984fa132ee /arch/arm/mach-keystone/include/mach/clock-k2l.h | |
parent | 94069301bafb601ff3c61b5d208fba4e3c948efd (diff) | |
download | u-boot-7531122e5ca64fd1d5b9a1feffa25bc812a627a6.tar.gz |
ARM: keystone2: Remove unsed external clocks
Remove unused external clocks and make a common definition
for all keystone platforms.
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/mach-keystone/include/mach/clock-k2l.h')
-rw-r--r-- | arch/arm/mach-keystone/include/mach/clock-k2l.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/mach-keystone/include/mach/clock-k2l.h b/arch/arm/mach-keystone/include/mach/clock-k2l.h index e3f005a72c..485746dea2 100644 --- a/arch/arm/mach-keystone/include/mach/clock-k2l.h +++ b/arch/arm/mach-keystone/include/mach/clock-k2l.h @@ -10,21 +10,6 @@ #ifndef __ASM_ARCH_CLOCK_K2L_H #define __ASM_ARCH_CLOCK_K2L_H -enum ext_clk_e { - sys_clk, - alt_core_clk, - pa_clk, - tetris_clk, - ddr3_clk, - pcie_clk, - sgmii_clk, - usb_clk, - rp1_clk, - ext_clk_count /* number of external clocks */ -}; - -extern unsigned int external_clk[ext_clk_count]; - #define CLK_LIST(CLK)\ CLK(0, core_pll_clk)\ CLK(1, pass_pll_clk)\ |