diff options
author | Liam Girdwood <liam.r.girdwood@linux.intel.com> | 2013-09-13 18:09:46 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-17 00:37:03 +0100 |
commit | 56fb7421d23c63cf22ac885d2db2302cefc9e1f1 (patch) | |
tree | d68d7bd0f0bf44ffdec4b0bb6d75a214025869f5 /include/trace/events/asoc.h | |
parent | f90fb3f778042b0b9f9aa1fd48cb76047a25eac0 (diff) |
ASoC: trace: Make sure trace header doesnt depend on any headers
Fix build so that asoc trace event header doesn't depend on other headers.
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/trace/events/asoc.h')
-rw-r--r-- | include/trace/events/asoc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/trace/events/asoc.h b/include/trace/events/asoc.h index 5fc2dcdd21cd..03996b2bb04f 100644 --- a/include/trace/events/asoc.h +++ b/include/trace/events/asoc.h @@ -14,6 +14,7 @@ struct snd_soc_codec; struct snd_soc_platform; struct snd_soc_card; struct snd_soc_dapm_widget; +struct snd_soc_dapm_path; /* * Log register events |