diff options
author | Bob Moore <robert.moore@intel.com> | 2010-07-06 04:30:37 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-07-07 04:34:27 +0200 |
commit | de5668fe7549c0586c6f64fa5661604cf7029a99 (patch) | |
tree | 1be663f89d150c709477e5d80c2aa4c9970b0f36 /drivers/acpi/acpica/achware.h | |
parent | ACPICA: Update debug output components (diff) | |
download | linux-de5668fe7549c0586c6f64fa5661604cf7029a99.tar.xz linux-de5668fe7549c0586c6f64fa5661604cf7029a99.zip |
ACPICA: Remove obsolete GPE function
Remove acpi_hw_write_gpe_enable_reg, it had been reduced down to a
single line of code, and called from only one place.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/achware.h')
-rw-r--r-- | drivers/acpi/acpica/achware.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/acpi/acpica/achware.h b/drivers/acpi/acpica/achware.h index c73144c9a395..120b3af56596 100644 --- a/drivers/acpi/acpica/achware.h +++ b/drivers/acpi/acpica/achware.h @@ -97,9 +97,6 @@ acpi_status acpi_hw_low_set_gpe(struct acpi_gpe_event_info *gpe_event_info, u8 action); acpi_status -acpi_hw_write_gpe_enable_reg(struct acpi_gpe_event_info *gpe_event_info); - -acpi_status acpi_hw_disable_gpe_block(struct acpi_gpe_xrupt_info *gpe_xrupt_info, struct acpi_gpe_block_info *gpe_block, void *context); |