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-k2e.h | |
parent | 94069301bafb601ff3c61b5d208fba4e3c948efd (diff) | |
download | u-boot-midas-7531122e5ca64fd1d5b9a1feffa25bc812a627a6.tar.gz u-boot-midas-7531122e5ca64fd1d5b9a1feffa25bc812a627a6.tar.bz2 u-boot-midas-7531122e5ca64fd1d5b9a1feffa25bc812a627a6.zip |
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-k2e.h')
-rw-r--r-- | arch/arm/mach-keystone/include/mach/clock-k2e.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/mach-keystone/include/mach/clock-k2e.h b/arch/arm/mach-keystone/include/mach/clock-k2e.h index 8fdc0f0e83..e66ad692da 100644 --- a/arch/arm/mach-keystone/include/mach/clock-k2e.h +++ b/arch/arm/mach-keystone/include/mach/clock-k2e.h @@ -10,21 +10,6 @@ #ifndef __ASM_ARCH_CLOCK_K2E_H #define __ASM_ARCH_CLOCK_K2E_H -enum ext_clk_e { - sys_clk, - alt_core_clk, - pa_clk, - ddr3_clk, - mcm_clk, - pcie_clk, - sgmii_clk, - xgmii_clk, - usb_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)\ |