diff options
author | Myron Stowe <mstowe@redhat.com> | 2012-01-20 21:13:37 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-01-21 01:09:00 -0500 |
commit | 1001a3a307ca2425c028fd23b8ad05ad8bb048dd (patch) | |
tree | 45b6028d1fd38e8d0cdefec5b5de36fadfee1761 /include | |
parent | ba242d5b1a84bc6611732296517ee40d5a80a4d9 (diff) |
ACPI: Remove ./drivers/acpi/atomicio.[ch]
With the conversion of atomicio's routines in place (see commits
6f68c91c55e and 700130b41f4), atomicio.[ch] can be removed, replacing
the APEI specific pre-mapping capabilities with the more generalized
versions that drivers/acpi/osl.c provides.
Signed-off-by: Myron Stowe <myron.stowe@redhat.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/acpi/atomicio.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/acpi/atomicio.h b/include/acpi/atomicio.h deleted file mode 100644 index 8b9fb4b0b9ce..000000000000 --- a/include/acpi/atomicio.h +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | #ifndef ACPI_ATOMIC_IO_H | ||
2 | #define ACPI_ATOMIC_IO_H | ||
3 | |||
4 | int acpi_pre_map_gar(struct acpi_generic_address *reg); | ||
5 | int acpi_post_unmap_gar(struct acpi_generic_address *reg); | ||
6 | |||
7 | int acpi_atomic_read(u64 *val, struct acpi_generic_address *reg); | ||
8 | int acpi_atomic_write(u64 val, struct acpi_generic_address *reg); | ||
9 | |||
10 | #endif | ||