On Monday, July 07, 2014 12:17:40 PM Lv Zheng wrote:
The sst-haswell-dsp.c is an ACPI independent file, this patch removes ACPI header files for it.
This appears to be independent of the rest of the series. Is that correct?
Signed-off-by: Lv Zheng lv.zheng@intel.com Cc: Liam Girdwood lgirdwood@gmail.com Cc: Mark Brown broonie@kernel.org Cc: alsa-devel@alsa-project.org
sound/soc/intel/sst-haswell-dsp.c | 3 --- 1 file changed, 3 deletions(-)
diff --git a/sound/soc/intel/sst-haswell-dsp.c b/sound/soc/intel/sst-haswell-dsp.c index 535f517..ecc5057 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"