aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/versatile/clk-impd1.c
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2016-03-01 11:00:05 -0800
committerStephen Boyd <sboyd@codeaurora.org>2016-03-15 15:19:21 -0700
commitac82a8b5073631940b989c973f77fbaddd2526d0 (patch)
tree6f1f0879a1bebaa2ce181d4fd61f0e4ab1cae2af /drivers/clk/versatile/clk-impd1.c
parentclk: sunxi: Remove use of variable length array (diff)
downloadlinux-dev-ac82a8b5073631940b989c973f77fbaddd2526d0.tar.xz
linux-dev-ac82a8b5073631940b989c973f77fbaddd2526d0.zip
clk: versatile: Remove CLK_IS_ROOT
This flag is a no-op now. Remove usage of the flag. Cc: Pawel Moll <pawel.moll@arm.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/versatile/clk-impd1.c')
-rw-r--r--drivers/clk/versatile/clk-impd1.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/clk/versatile/clk-impd1.c b/drivers/clk/versatile/clk-impd1.c
index 65c842a21c62..74c3216dbb00 100644
--- a/drivers/clk/versatile/clk-impd1.c
+++ b/drivers/clk/versatile/clk-impd1.c
@@ -98,8 +98,7 @@ void integrator_impd1_clk_init(void __iomem *base, unsigned int id)
/* Register the fixed rate PCLK */
imc->pclkname = kasprintf(GFP_KERNEL, "lm%x-pclk", id);
- pclk = clk_register_fixed_rate(NULL, imc->pclkname, NULL,
- CLK_IS_ROOT, 0);
+ pclk = clk_register_fixed_rate(NULL, imc->pclkname, NULL, 0, 0);
imc->pclk = pclk;
imc->vco1name = kasprintf(GFP_KERNEL, "lm%x-vco1", id);