From: Lv Zheng Date: Wed, 16 Jul 2014 08:59:02 +0000 (+0800) Subject: ASoC: intel: Cleanup useless ACPI inclusion. X-Git-Tag: v5.15~17162^2~37^2~7^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d34f3ef4b6cd33c74b414df74b41a4606d1a306;p=platform%2Fkernel%2Flinux-starfive.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 977e297..7b8ad99 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"