Skip to content

Commit 444525d

Browse files
bebarinokishon
authored andcommitted
phy: rockhip-usb: Remove CLK_IS_ROOT
This flag is a no-op now (see commit 47b0eeb "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: Kishon Vijay Abraham I <kishon@ti.com>
1 parent e1d7653 commit 444525d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/phy/phy-rockchip-usb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ static int rockchip_usb_phy_init(struct rockchip_usb_phy_base *base,
216216
init.parent_names = &clk_name;
217217
init.num_parents = 1;
218218
} else {
219-
init.flags = CLK_IS_ROOT;
219+
init.flags = 0;
220220
init.parent_names = NULL;
221221
init.num_parents = 0;
222222
}

0 commit comments

Comments
 (0)