mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 04:21:03 -04:00
clk: imx: drop duplicated macro
Drop duplicated macro definition Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Abel Vesa <abel.vesa@linaro.org> Link: https://lore.kernel.org/r/20230403082728.3199849-1-peng.fan@oss.nxp.com
This commit is contained in:
@@ -153,9 +153,6 @@ extern struct imx_fracn_gppll_clk imx_fracn_gppll;
|
||||
#define imx_clk_pllv2(name, parent, base) \
|
||||
to_clk(imx_clk_hw_pllv2(name, parent, base))
|
||||
|
||||
#define imx_clk_mux_flags(name, reg, shift, width, parents, num_parents, flags) \
|
||||
to_clk(imx_clk_hw_mux_flags(name, reg, shift, width, parents, num_parents, flags))
|
||||
|
||||
#define imx_clk_hw_gate(name, parent, reg, shift) \
|
||||
imx_clk_hw_gate_flags(name, parent, reg, shift, 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user