diff options
author | Len Brown <len.brown@intel.com> | 2007-02-15 22:11:48 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-15 22:19:17 -0500 |
commit | fc955f670c0a66aca965605dae797e747b2bef7d (patch) | |
tree | 2c7c8b9d1597d2756114189e11f07cd21d8a6db2 /include/acpi | |
parent | 70c0846e430881967776582e13aefb81407919f1 (diff) |
ACPI: remove acpi_os_readable(), acpi_os_writable()
...which are now unused
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acpiosxf.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/acpi/acpiosxf.h b/include/acpi/acpiosxf.h index 781394b9efe0..2785058c82ab 100644 --- a/include/acpi/acpiosxf.h +++ b/include/acpi/acpiosxf.h | |||
@@ -240,12 +240,6 @@ acpi_status | |||
240 | acpi_os_validate_address(u8 space_id, | 240 | acpi_os_validate_address(u8 space_id, |
241 | acpi_physical_address address, acpi_size length); | 241 | acpi_physical_address address, acpi_size length); |
242 | 242 | ||
243 | u8 acpi_os_readable(void *pointer, acpi_size length); | ||
244 | |||
245 | #ifdef ACPI_FUTURE_USAGE | ||
246 | u8 acpi_os_writable(void *pointer, acpi_size length); | ||
247 | #endif | ||
248 | |||
249 | u64 acpi_os_get_timer(void); | 243 | u64 acpi_os_get_timer(void); |
250 | 244 | ||
251 | acpi_status acpi_os_signal(u32 function, void *info); | 245 | acpi_status acpi_os_signal(u32 function, void *info); |