Skip to content

Commit 79ef82c

Browse files
MrVanabelvesa
authored andcommitted
clk: imx: drop duplicated macro
Drop duplicated macro definition Signed-off-by: Peng Fan <[email protected]> Reviewed-by: Ahmad Fatoum <[email protected]> Signed-off-by: Abel Vesa <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent f47a669 commit 79ef82c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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)