From: Lv Zheng Date: Wed, 16 Jul 2014 08:59:02 +0000 (+0800) Subject: ASoC: intel: Cleanup useless ACPI inclusion. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1d34f3ef4b6cd33c74b414df74b41a4606d1a306;p=linux-beck.git ASoC: intel: Cleanup useless ACPI inclusion. The sst-haswell-dsp.c is an ACPI independent file, this patch removes ACPI header files for it. Signed-off-by: Lv Zheng Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/sst-haswell-dsp.c b/sound/soc/intel/sst-haswell-dsp.c index 977e29779d11..7b8ad9923fe4 100644 --- a/sound/soc/intel/sst-haswell-dsp.c +++ b/sound/soc/intel/sst-haswell-dsp.c @@ -28,9 +28,6 @@ #include #include -#include -#include - #include "sst-dsp.h" #include "sst-dsp-priv.h" #include "sst-haswell-ipc.h"