* [PATCH] ACPI: Remove the use of CONFIG_ACPI_CONTAINER_MODULE
@ 2013-02-11 22:33 Toshi Kani
2013-02-11 23:22 ` Rafael J. Wysocki
0 siblings, 1 reply; 3+ messages in thread
From: Toshi Kani @ 2013-02-11 22:33 UTC (permalink / raw)
To: rjw, linux-acpi; +Cc: linux-kernel, 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 <toshi.kani@hp.com>
---
include/linux/acpi.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/linux/acpi.h b/include/linux/acpi.h
index c6ccd9f..bcbdd74 100644
--- a/include/linux/acpi.h
+++ b/include/linux/acpi.h
@@ -363,8 +363,7 @@ extern acpi_status acpi_pci_osc_control_set(acpi_handle handle,
#if defined(CONFIG_ACPI_HOTPLUG_CPU) && \
(defined(CONFIG_ACPI_HOTPLUG_MEMORY) || \
defined(CONFIG_ACPI_HOTPLUG_MEMORY_MODULE)) && \
- (defined(CONFIG_ACPI_CONTAINER) || \
- defined(CONFIG_ACPI_CONTAINER_MODULE))
+ defined(CONFIG_ACPI_CONTAINER)
#define ACPI_HOTPLUG_OST
#endif
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ACPI: Remove the use of CONFIG_ACPI_CONTAINER_MODULE
2013-02-11 23:22 ` Rafael J. Wysocki
@ 2013-02-11 23:10 ` Toshi Kani
0 siblings, 0 replies; 3+ messages in thread
From: Toshi Kani @ 2013-02-11 23:10 UTC (permalink / raw)
To: Rafael J. Wysocki; +Cc: linux-acpi, linux-kernel
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-off-by: Toshi Kani <toshi.kani@hp.com>
>
> I'm going to take it.
Thanks!
-Toshi
>
> Thanks,
> Rafael
>
>
> > ---
> > include/linux/acpi.h | 3 +--
> > 1 file changed, 1 insertion(+), 2 deletions(-)
> >
> > diff --git a/include/linux/acpi.h b/include/linux/acpi.h
> > index c6ccd9f..bcbdd74 100644
> > --- a/include/linux/acpi.h
> > +++ b/include/linux/acpi.h
> > @@ -363,8 +363,7 @@ extern acpi_status acpi_pci_osc_control_set(acpi_handle handle,
> > #if defined(CONFIG_ACPI_HOTPLUG_CPU) && \
> > (defined(CONFIG_ACPI_HOTPLUG_MEMORY) || \
> > defined(CONFIG_ACPI_HOTPLUG_MEMORY_MODULE)) && \
> > - (defined(CONFIG_ACPI_CONTAINER) || \
> > - defined(CONFIG_ACPI_CONTAINER_MODULE))
> > + defined(CONFIG_ACPI_CONTAINER)
> > #define ACPI_HOTPLUG_OST
> > #endif
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ACPI: Remove the use of CONFIG_ACPI_CONTAINER_MODULE
2013-02-11 22:33 [PATCH] ACPI: Remove the use of CONFIG_ACPI_CONTAINER_MODULE Toshi Kani
@ 2013-02-11 23:22 ` Rafael J. Wysocki
2013-02-11 23:10 ` Toshi Kani
0 siblings, 1 reply; 3+ messages in thread
From: Rafael J. Wysocki @ 2013-02-11 23:22 UTC (permalink / raw)
To: Toshi Kani; +Cc: linux-acpi, linux-kernel
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 <toshi.kani@hp.com>
I'm going to take it.
Thanks,
Rafael
> ---
> include/linux/acpi.h | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/include/linux/acpi.h b/include/linux/acpi.h
> index c6ccd9f..bcbdd74 100644
> --- a/include/linux/acpi.h
> +++ b/include/linux/acpi.h
> @@ -363,8 +363,7 @@ extern acpi_status acpi_pci_osc_control_set(acpi_handle handle,
> #if defined(CONFIG_ACPI_HOTPLUG_CPU) && \
> (defined(CONFIG_ACPI_HOTPLUG_MEMORY) || \
> defined(CONFIG_ACPI_HOTPLUG_MEMORY_MODULE)) && \
> - (defined(CONFIG_ACPI_CONTAINER) || \
> - defined(CONFIG_ACPI_CONTAINER_MODULE))
> + defined(CONFIG_ACPI_CONTAINER)
> #define ACPI_HOTPLUG_OST
> #endif
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-02-11 23:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-11 22:33 [PATCH] ACPI: Remove the use of CONFIG_ACPI_CONTAINER_MODULE Toshi Kani
2013-02-11 23:22 ` Rafael J. Wysocki
2013-02-11 23:10 ` Toshi Kani
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®