diff options
author | Lv Zheng <lv.zheng@intel.com> | 2014-07-16 16:59:02 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-16 13:06:41 +0100 |
commit | 1d34f3ef4b6cd33c74b414df74b41a4606d1a306 (patch) | |
tree | 6bc709614f5d8728865479c67ea5f124d0474437 /sound/soc/intel | |
parent | e310fb9141436672db680923228fba5aab206062 (diff) | |
download | talos-obmc-linux-1d34f3ef4b6cd33c74b414df74b41a4606d1a306.tar.gz talos-obmc-linux-1d34f3ef4b6cd33c74b414df74b41a4606d1a306.zip |
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>
Diffstat (limited to 'sound/soc/intel')
-rw-r--r-- | sound/soc/intel/sst-haswell-dsp.c | 3 |
1 files changed, 0 insertions, 3 deletions
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" |