Skip to content

Commit 79ef82c

Browse files
MrVanabelvesa
authored andcommitted
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
1 parent f47a669 commit 79ef82c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/clk/imx/clk.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,6 @@ extern struct imx_fracn_gppll_clk imx_fracn_gppll;
153153
#define imx_clk_pllv2(name, parent, base) \
154154
to_clk(imx_clk_hw_pllv2(name, parent, base))
155155

156-
#define imx_clk_mux_flags(name, reg, shift, width, parents, num_parents, flags) \
157-
to_clk(imx_clk_hw_mux_flags(name, reg, shift, width, parents, num_parents, flags))
158-
159156
#define imx_clk_hw_gate(name, parent, reg, shift) \
160157
imx_clk_hw_gate_flags(name, parent, reg, shift, 0)
161158

0 commit comments

Comments
 (0)