From: Lv Zheng <lv.zheng@intel.com> Date: Wed, 16 Jul 2014 08:59:02 +0000 (+0800) Subject: ASoC: intel: Cleanup useless ACPI inclusion. X-Git-Tag: firefly_0821_release~176^2~3158^2~37^2~7^2~14 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1d34f3ef4b6cd33c74b414df74b41a4606d1a306;p=firefly-linux-kernel-4.4.55.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 <lv.zheng@intel.com> Signed-off-by: Mark Brown <broonie@linaro.org> --- 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 <linux/firmware.h> #include <linux/pm_runtime.h> -#include <linux/acpi.h> -#include <acpi/acpi_bus.h> - #include "sst-dsp.h" #include "sst-dsp-priv.h" #include "sst-haswell-ipc.h"