dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Stephen Warren 2011-05-16 14:19:27 -06:00 committed by Mark Brown
parent 6ae759e889
commit 0dfe8da492
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{
}