diff options
| author | Alexey Starikovskiy <[email protected]> | 2007-02-02 16:48:22 +0000 |
|---|---|---|
| committer | Len Brown <[email protected]> | 2007-02-03 02:14:28 +0000 |
| commit | cee324b145a1e5488b34191de670e5ed1d346ebb (patch) | |
| tree | 9e00f815bda0db1a134b23c9495a71e643724c58 /drivers/acpi/scan.c | |
| parent | ACPICA: Remove duplicate table manager (diff) | |
| download | kernel-cee324b145a1e5488b34191de670e5ed1d346ebb.tar.gz kernel-cee324b145a1e5488b34191de670e5ed1d346ebb.zip | |
ACPICA: use new ACPI headers.
Signed-off-by: Len Brown <[email protected]>
Diffstat (limited to 'drivers/acpi/scan.c')
| -rw-r--r-- | drivers/acpi/scan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index b1692b18c9d7..0de458664642 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -1333,7 +1333,7 @@ static int acpi_bus_scan_fixed(struct acpi_device *root) /* * Enumerate all fixed-feature devices. */ - if ((acpi_fadt.flags & ACPI_FADT_POWER_BUTTON) == 0) { + if ((acpi_gbl_FADT.flags & ACPI_FADT_POWER_BUTTON) == 0) { result = acpi_add_single_object(&device, acpi_root, NULL, ACPI_BUS_TYPE_POWER_BUTTON); @@ -1341,7 +1341,7 @@ static int acpi_bus_scan_fixed(struct acpi_device *root) result = acpi_start_single_object(device); } - if ((acpi_fadt.flags & ACPI_FADT_SLEEP_BUTTON) == 0) { + if ((acpi_gbl_FADT.flags & ACPI_FADT_SLEEP_BUTTON) == 0) { result = acpi_add_single_object(&device, acpi_root, NULL, ACPI_BUS_TYPE_SLEEP_BUTTON); |
