summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMyron Stowe <mstowe@redhat.com>2012-01-20 19:13:37 -0700
committerLen Brown <len.brown@intel.com>2012-01-21 01:09:00 -0500
commit1001a3a307ca2425c028fd23b8ad05ad8bb048dd (patch)
tree45b6028d1fd38e8d0cdefec5b5de36fadfee1761 /include
parentba242d5b1a84bc6611732296517ee40d5a80a4d9 (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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/acpi/atomicio.h b/include/acpi/atomicio.h
deleted file mode 100644
index 8b9fb4b0b9c..00000000000
--- a/include/acpi/atomicio.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef ACPI_ATOMIC_IO_H
-#define ACPI_ATOMIC_IO_H
-
-int acpi_pre_map_gar(struct acpi_generic_address *reg);
-int acpi_post_unmap_gar(struct acpi_generic_address *reg);
-
-int acpi_atomic_read(u64 *val, struct acpi_generic_address *reg);
-int acpi_atomic_write(u64 val, struct acpi_generic_address *reg);
-
-#endif