Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rtc: hym8563: Remove CLK_IS_ROOT

This flag is a no-op now (see commit 47b0eeb3dc8a "clk: Deprecate
CLK_IS_ROOT", 2016-02-02) so remove it.

Cc: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

authored by

Stephen Boyd and committed by
Alexandre Belloni
bdcaace5 74e1af32

+1 -1
+1 -1
drivers/rtc/rtc-hym8563.c
··· 413 413 414 414 init.name = "hym8563-clkout"; 415 415 init.ops = &hym8563_clkout_ops; 416 - init.flags = CLK_IS_ROOT; 416 + init.flags = 0; 417 417 init.parent_names = NULL; 418 418 init.num_parents = 0; 419 419 hym8563->clkout_hw.init = &init;