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>
This commit is contained in:
Pierre-Louis Bossart 2019-04-30 18:09:24 -05:00 committed by Mark Brown
parent d1a6459fab
commit b0056fda7c
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -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"