ASoC: Tegra: Fix compile when debugfs not enabled
The prototype of the inline dummy version of tegra_i2s_debug_add was not consistent with the real version. Reported-by: Rhyland-Klein <rklein@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
6ae759e889
commit
0dfe8da492
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ static void tegra_i2s_debug_remove(struct tegra_i2s *i2s)
|
|||
debugfs_remove(i2s->debug);
|
||||
}
|
||||
#else
|
||||
static inline void tegra_i2s_debug_add(struct tegra_i2s *i2s)
|
||||
static inline void tegra_i2s_debug_add(struct tegra_i2s *i2s, int id)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue