diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2016-03-01 10:59:58 -0800 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-03-02 17:46:29 -0800 |
commit | 728f288d2aed7def19a3105ffee3875280a2be2a (patch) | |
tree | 6578b4403907d661dcedb8678ad39ad4d60e8506 /drivers/clk/samsung/clk-exynos4415.c | |
parent | 2c63935dd634df2d9790adff71876d7140470b70 (diff) | |
download | linux-next-728f288d2aed7def19a3105ffee3875280a2be2a.tar.gz |
clk: samsung: Remove CLK_IS_ROOT
This flag is a no-op now. Remove usage of the flag.
Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/samsung/clk-exynos4415.c')
-rw-r--r-- | drivers/clk/samsung/clk-exynos4415.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/samsung/clk-exynos4415.c b/drivers/clk/samsung/clk-exynos4415.c index 92c39f6efec8..86ee06b226bd 100644 --- a/drivers/clk/samsung/clk-exynos4415.c +++ b/drivers/clk/samsung/clk-exynos4415.c @@ -274,7 +274,7 @@ static struct samsung_fixed_factor_clock exynos4415_fixed_factor_clks[] __initda }; static struct samsung_fixed_rate_clock exynos4415_fixed_rate_clks[] __initdata = { - FRATE(CLK_SCLK_HDMIPHY, "sclk_hdmiphy", NULL, CLK_IS_ROOT, 27000000), + FRATE(CLK_SCLK_HDMIPHY, "sclk_hdmiphy", NULL, 0, 27000000), }; static struct samsung_mux_clock exynos4415_mux_clks[] __initdata = { |