Skip to content

Commit

Permalink
ACPI: Remove the use of CONFIG_ACPI_CONTAINER_MODULE
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Toshi Kani authored and Rafael J. Wysocki committed Feb 13, 2013
1 parent 0aa120a commit 64fd740
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/linux/acpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 64fd740

Please sign in to comment.