Re: [PATCH] ACPI: Remove the use of CONFIG_ACPI_CONTAINER_MODULE

2013-02-11 Thread Toshi Kani
On Tue, 2013-02-12 at 00:22 +0100, Rafael J. Wysocki wrote: > On Monday, February 11, 2013 03:33:20 PM Toshi Kani wrote: > > config ACPI_CONTAINER has been changed to bool (y/n), and its > > module option is no longer valid. So, remove the use of > > CONFIG_ACPI_CONTAINER_MODULE. > > > > Signed-o

Re: [PATCH] ACPI: Remove the use of CONFIG_ACPI_CONTAINER_MODULE

2013-02-11 Thread Rafael J. Wysocki
On Monday, February 11, 2013 03:33:20 PM Toshi Kani wrote: > config ACPI_CONTAINER has been changed to bool (y/n), and its > module option is no longer valid. So, remove the use of > CONFIG_ACPI_CONTAINER_MODULE. > > Signed-off-by: Toshi Kani I'm going to take it. Thanks, Rafael > --- > inc

[PATCH] ACPI: Remove the use of CONFIG_ACPI_CONTAINER_MODULE

2013-02-11 Thread Toshi Kani
config ACPI_CONTAINER has been changed to bool (y/n), and its module option is no longer valid. So, remove the use of CONFIG_ACPI_CONTAINER_MODULE. Signed-off-by: Toshi Kani --- include/linux/acpi.h |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/linux/acpi.h b/