diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-06-20 14:57:09 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-06-24 17:22:43 +0100 |
commit | a2438253ba73ae51d9521c90ad8d3989bcdda74e (patch) | |
tree | f5880b14f1e2b798bcb11c21bd8b9c7414a41216 /sound/soc | |
parent | 7f80e1376aa4e74924ca3cb229dbd6c54fa4656e (diff) | |
download | linux-a2438253ba73ae51d9521c90ad8d3989bcdda74e.tar.bz2 |
ASoC: SOF: Intel: hda: remove duplicated include from hda.c
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/sof/intel/hda.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sof/intel/hda.c b/sound/soc/sof/intel/hda.c index 8754dfe75000..136f98bf5d7e 100644 --- a/sound/soc/sof/intel/hda.c +++ b/sound/soc/sof/intel/hda.c @@ -19,7 +19,6 @@ #include <sound/hda_register.h> #include <linux/module.h> -#include <sound/hdaudio_ext.h> #include <sound/sof.h> #include <sound/sof/xtensa.h> #include "../ops.h" |