From 8d92ab49afc1978e9077e8d4d3688c6cd422085b Mon Sep 17 00:00:00 2001 From: Humberto Silva Naves Date: Tue, 15 Jul 2014 14:45:59 +0200 Subject: [PATCH] clk: exynos5410: Removed duplicate entry in the clock tree. This repeated entry was preventing the logic in arch/arm/plat-samsung/clock.c from creating a DebugFS representation of the clock tree under the directory /sys/kernel/debug/clock. --- arch/arm/mach-exynos/clock-exynos5410.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/arm/mach-exynos/clock-exynos5410.c b/arch/arm/mach-exynos/clock-exynos5410.c index 36462e1c968888..dca0426b1f5f5a 100644 --- a/arch/arm/mach-exynos/clock-exynos5410.c +++ b/arch/arm/mach-exynos/clock-exynos5410.c @@ -1858,11 +1858,6 @@ static struct clk exynos5_init_clocks_off[] = { .name = "fsysqe", .enable = exynos5_clk_ip_fsys_ctrl, .ctrlbit = ((1 << 26) | (1 << 25) | (1 << 16) | (1 << 15) | (1 << 5) | (1 << 4)), - }, { - .name = "tmu_apbif", - .parent = &exynos5_clk_aclk_66.clk, - .enable = exynos5_clk_ip_peris_ctrl, - .ctrlbit = (1 << 21), }, { .name = "dwmci", .devname = "dw_mmc.0",