summaryrefslogtreecommitdiffstats
path: root/include/acpi/platform
diff options
context:
space:
mode:
authorLv Zheng2014-01-08 06:43:29 +0100
committerRafael J. Wysocki2014-01-08 15:31:36 +0100
commitb1c1029d72730bd18cee3518965cf699af708322 (patch)
tree6cdadc863460395379429397bc01f93e5a49dbc6 /include/acpi/platform
parentACPICA: Remove unused ACPI_FREE_BUFFER macro. No functional change. (diff)
downloadkernel-qcow2-linux-b1c1029d72730bd18cee3518965cf699af708322.tar.gz
kernel-qcow2-linux-b1c1029d72730bd18cee3518965cf699af708322.tar.xz
kernel-qcow2-linux-b1c1029d72730bd18cee3518965cf699af708322.zip
ACPICA: Linux Header: Remove unused OSL prototypes.
This patch removes 2 useless OSL prototypes as they are not used by Linux now. Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi/platform')
-rw-r--r--include/acpi/platform/aclinux.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/acpi/platform/aclinux.h b/include/acpi/platform/aclinux.h
index 28f4f4dba0b6..008aa287c7a9 100644
--- a/include/acpi/platform/aclinux.h
+++ b/include/acpi/platform/aclinux.h
@@ -239,10 +239,6 @@ void acpi_os_unmap_memory(void __iomem * logical_address, acpi_size size);
*/
void early_acpi_os_unmap_memory(void __iomem * virt, acpi_size size);
-void acpi_os_gpe_count(u32 gpe_number);
-
-void acpi_os_fixed_event_count(u32 fixed_event_number);
-
#endif /* __KERNEL__ */
#endif /* __ACLINUX_H__ */