Skip to content

Commit 38340cb

Browse files
committed
clk: meson: axg-audio: remove useless defines
Defining the number of each input type is no longer necessary since we are not using the clk-input hack anymore Fixes: 282420e ("clk: meson: axg-audio: migrate to the new parent description method") Acked-by: Neil Armstrong <[email protected]> Signed-off-by: Jerome Brunet <[email protected]>
1 parent 44ef869 commit 38340cb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/clk/meson/axg-audio.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
#include "clk-phase.h"
2121
#include "sclk-div.h"
2222

23-
#define AUD_MST_IN_COUNT 8
24-
#define AUD_SLV_SCLK_COUNT 10
25-
#define AUD_SLV_LRCLK_COUNT 10
26-
2723
#define AUD_GATE(_name, _reg, _bit, _phws, _iflags) \
2824
struct clk_regmap aud_##_name = { \
2925
.data = &(struct clk_regmap_gate_data){ \

0 commit comments

Comments
 (0)