summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Makefile
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 /drivers/acpi/Makefile
parentba242d5b1a84bc6611732296517ee40d5a80a4d9 (diff)
downloadop-kernel-dev-1001a3a307ca2425c028fd23b8ad05ad8bb048dd.zip
op-kernel-dev-1001a3a307ca2425c028fd23b8ad05ad8bb048dd.tar.gz
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 'drivers/acpi/Makefile')
-rw-r--r--drivers/acpi/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile
index c07f44f..1567028 100644
--- a/drivers/acpi/Makefile
+++ b/drivers/acpi/Makefile
@@ -19,7 +19,6 @@ obj-y += acpi.o \
# All the builtin files are in the "acpi." module_param namespace.
acpi-y += osl.o utils.o reboot.o
-acpi-y += atomicio.o
acpi-y += nvs.o
# sleep related files
OpenPOWER on IntegriCloud