diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2023-08-24 02:02:49 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-24 18:22:01 +0100 |
commit | 45b4878b0330e255059135dfab4e01d12feb5580 (patch) | |
tree | 43a6ad3460fd46d233751d2a21acfdf5eb90b42c /scripts/gdb/linux/interrupts.py | |
parent | 2b59332ead54870ed0f1a8b122a1d640a4865fdc (diff) |
ASoC: audio-graph-card.c: move audio_graph_parse_of()
Current audio-graph-card functions definition are like below
(A)' static int graph_get_dais_count();
(B) int audio_graph_parse_of(...)
{
...
(A) ret = graph_get_dais_count();
...
}
(A) static int graph_get_dais_count(...)
{
...
}
(C)
We don't need to have (A)' definition if audio_graph_parse_of() (B) was
defined at (C). This patch moves (B) to (C).
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com
Link: https://lore.kernel.org/r/87r0ntmc3c.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org
Diffstat (limited to 'scripts/gdb/linux/interrupts.py')
0 files changed, 0 insertions, 0 deletions