RE: [PATCH v2] ACPI / tables: Fix DSDT override mechanism

2016-05-06 Thread Zheng, Lv
Hi, > From: linux-acpi-ow...@vger.kernel.org [mailto:linux-acpi- > ow...@vger.kernel.org] On Behalf Of Zheng, Lv > Subject: RE: [PATCH v2] ACPI / tables: Fix DSDT override mechanism > > Hi, > > I also noticed this and was about to write a fix patch. > The build issue

RE: [PATCH v2] ACPI / tables: Fix DSDT override mechanism

2016-05-05 Thread Zheng, Lv
i > Subject: [PATCH v2] ACPI / tables: Fix DSDT override mechanism > > From: Rafael J. Wysocki > > Commit 5ae74f2cc2f1 (ACPI / tables: Move table override mechanisms to > tables.c) forgot to move the CONFIG_ACPI_CUSTOM_DSDT_FILE inclusion > directive from osl.c to tables.c. Fi

[PATCH v2] ACPI / tables: Fix DSDT override mechanism

2016-05-05 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Commit 5ae74f2cc2f1 (ACPI / tables: Move table override mechanisms to tables.c) forgot to move the CONFIG_ACPI_CUSTOM_DSDT_FILE inclusion directive from osl.c to tables.c. Fix that. Fixes: 5ae74f2cc2f1 (ACPI / tables: Move table override mechanisms to tables.c) Signed-of