Skip to content

Commit

Permalink
ACPI: Remove ./drivers/acpi/atomicio.[ch]
Browse files Browse the repository at this point in the history
With the conversion of atomicio's routines in place (see commits
6f68c91 and 700130b), 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>
  • Loading branch information
Myron Stowe authored and Len Brown committed Jan 21, 2012
1 parent ba242d5 commit 1001a3a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 433 deletions.
1 change: 0 additions & 1 deletion drivers/acpi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 1001a3a

Please sign in to comment.