Hi, > From: [email protected] > [mailto:[email protected]] On Behalf Of Rafael J. Wysocki > Sent: Tuesday, July 08, 2014 5:24 AM > > 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?
Yes. Now the <acpi/acpi_bus.h> inclusion in this file is the only one after we've cleaned up the others. Best regards -Lv > > Signed-off-by: Lv Zheng <[email protected]> > > Cc: Liam Girdwood <[email protected]> > > Cc: Mark Brown <[email protected]> > > Cc: [email protected] > > --- > > 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" > > > > -- > I speak only for myself. > Rafael J. Wysocki, Intel Open Source Technology Center. > -- > To unsubscribe from this list: send the line "unsubscribe linux-acpi" in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html

