diff options
author | Pierre-Louis Bossart | 2019-04-30 18:09:24 -0500 |
---|---|---|
committer | Mark Brown | 2019-05-03 14:58:48 +0900 |
commit | b0056fda7c8a474bef9bf01368f66caadcdd464c (patch) | |
tree | f74b9f5c57eb80ec47d684f2d9e5864310c9b607 /sound/soc/sof/intel | |
parent | d1a6459fab4357875ccffa44636c13d8a1291146 (diff) |
ASoC: SOF: Intel: hda-pcm: remove useless dependency on hdac_ext
Nothing depends on definitions in hdaudio_ext.h, don't include it
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/intel')
-rw-r--r-- | sound/soc/sof/intel/hda-pcm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sof/intel/hda-pcm.c b/sound/soc/sof/intel/hda-pcm.c index 5714a79fbe1a..9b730f183529 100644 --- a/sound/soc/sof/intel/hda-pcm.c +++ b/sound/soc/sof/intel/hda-pcm.c @@ -15,7 +15,6 @@ * Hardware interface for generic Intel audio DSP HDA IP */ -#include <sound/hdaudio_ext.h> #include <sound/hda_register.h> #include <sound/pcm_params.h> #include "../ops.h" |