diff options
author | Myron Stowe <mstowe@redhat.com> | 2012-01-20 19:13:37 -0700 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-01-21 01:09:00 -0500 |
commit | 1001a3a307ca2425c028fd23b8ad05ad8bb048dd (patch) | |
tree | 45b6028d1fd38e8d0cdefec5b5de36fadfee1761 /drivers/acpi/Makefile | |
parent | ba242d5b1a84bc6611732296517ee40d5a80a4d9 (diff) | |
download | talos-op-linux-1001a3a307ca2425c028fd23b8ad05ad8bb048dd.tar.gz talos-op-linux-1001a3a307ca2425c028fd23b8ad05ad8bb048dd.zip |
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/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile index c07f44f05f9d..1567028d2038 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 |