From: Pierre-Louis Bossart Date: Tue, 30 Apr 2019 23:09:24 +0000 (-0500) Subject: ASoC: SOF: Intel: hda-pcm: remove useless dependency on hdac_ext X-Git-Tag: v5.2-rc1~16^2~9^2~26 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b0056fda7c8a474bef9bf01368f66caadcdd464c;p=tomoyo%2Ftomoyo-test1.git 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 Signed-off-by: Mark Brown --- 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 #include #include #include "../ops.h"