Message ID | 7ac00c9c5a32f7a3ec98f061080ba1573ae57d0d.1405500886.git.lv.zheng@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Jul 16, 2014 at 04:59:02PM +0800, Lv Zheng wrote: > The sst-haswell-dsp.c is an ACPI independent file, this patch removes > ACPI header files for it. Applied, thanks. Please use subject lines matching the style for the subsystem and send at least the cover letter for the series to everyone so that they know what's going on with dependencies and so on.
On Wed, Jul 16, 2014 at 11:46:14PM +0200, Rafael J. Wysocki wrote: > On Wednesday, July 16, 2014 01:07:50 PM Mark Brown wrote: > > On Wed, Jul 16, 2014 at 04:59:02PM +0800, Lv Zheng wrote: > > > The sst-haswell-dsp.c is an ACPI independent file, this patch removes > > > ACPI header files for it. > > Applied, thanks. Please use subject lines matching the style for the > > subsystem and send at least the cover letter for the series to everyone > > so that they know what's going on with dependencies and so on. > Lv thought that this would go through the ACPI tree I suppose. Even so the subject line should still line up (it's part of how some of us pick out which mail to read).
On Wednesday, July 16, 2014 01:07:50 PM Mark Brown wrote: > > --5me2qT3T17SWzdxI > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > On Wed, Jul 16, 2014 at 04:59:02PM +0800, Lv Zheng wrote: > > The sst-haswell-dsp.c is an ACPI independent file, this patch removes > > ACPI header files for it. > > Applied, thanks. Please use subject lines matching the style for the > subsystem and send at least the cover letter for the series to everyone > so that they know what's going on with dependencies and so on. Lv thought that this would go through the ACPI tree I suppose. Rafael
Hi, > From: Mark Brown [mailto:broonie@kernel.org] > Sent: Thursday, July 17, 2014 5:35 AM > > On Wed, Jul 16, 2014 at 11:46:14PM +0200, Rafael J. Wysocki wrote: > > On Wednesday, July 16, 2014 01:07:50 PM Mark Brown wrote: > > > On Wed, Jul 16, 2014 at 04:59:02PM +0800, Lv Zheng wrote: > > > > > The sst-haswell-dsp.c is an ACPI independent file, this patch removes > > > > ACPI header files for it. > > > > Applied, thanks. Please use subject lines matching the style for the > > > subsystem and send at least the cover letter for the series to everyone > > > so that they know what's going on with dependencies and so on. > > > Lv thought that this would go through the ACPI tree I suppose. > > Even so the subject line should still line up (it's part of how some of > us pick out which mail to read). I just didn't notice this. :-) I'll take care next time. Thanks and best regards -Lv
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"
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> 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(-)