Re: [PATCH v5 1/2] acpi: add acpi_preset_companion() stub

2015-10-25 Thread Rafael J. Wysocki
On Saturday, October 24, 2015 06:41:24 PM Wolfram Sang wrote: > > --wac7ysb48OaltWcw > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Fri, Oct 23, 2015 at 12:27:06PM -0700, Dustin Byford wrote: > > Add a stub for

Re: [PATCH v5 1/2] acpi: add acpi_preset_companion() stub

2015-10-25 Thread Rafael J. Wysocki
On Saturday, October 24, 2015 06:41:24 PM Wolfram Sang wrote: > > --wac7ysb48OaltWcw > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Fri, Oct 23, 2015 at 12:27:06PM -0700, Dustin Byford wrote: > > Add a stub for

Re: [PATCH v5 1/2] acpi: add acpi_preset_companion() stub

2015-10-24 Thread Wolfram Sang
On Fri, Oct 23, 2015 at 12:27:06PM -0700, Dustin Byford wrote: > Add a stub for acpi_preset_companion(). Fixes build failures when > acpi_preset_companion() is used and CONFIG_ACPI is not set. > > Acked-by: Mika Westerberg > Signed-off-by: Dustin Byford Waiting for Rafael's ack here... > ---

Re: [PATCH v5 1/2] acpi: add acpi_preset_companion() stub

2015-10-24 Thread Wolfram Sang
On Fri, Oct 23, 2015 at 12:27:06PM -0700, Dustin Byford wrote: > Add a stub for acpi_preset_companion(). Fixes build failures when > acpi_preset_companion() is used and CONFIG_ACPI is not set. > > Acked-by: Mika Westerberg > Signed-off-by: Dustin Byford

[PATCH v5 1/2] acpi: add acpi_preset_companion() stub

2015-10-23 Thread Dustin Byford
Add a stub for acpi_preset_companion(). Fixes build failures when acpi_preset_companion() is used and CONFIG_ACPI is not set. Acked-by: Mika Westerberg Signed-off-by: Dustin Byford --- include/linux/acpi.h | 5 + 1 file changed, 5 insertions(+) diff --git a/include/linux/acpi.h

[PATCH v5 1/2] acpi: add acpi_preset_companion() stub

2015-10-23 Thread Dustin Byford
Add a stub for acpi_preset_companion(). Fixes build failures when acpi_preset_companion() is used and CONFIG_ACPI is not set. Acked-by: Mika Westerberg Signed-off-by: Dustin Byford --- include/linux/acpi.h | 5 + 1 file changed,