Skip to content

Commit

Permalink
ACPICA: Move all public H/W interfaces to new hwxface
Browse files Browse the repository at this point in the history
Move public interfaces from hwregs.c to new file, hwxface.c -
similar to the structure of the other ACPICA components.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Bob Moore authored and Len Brown committed Dec 31, 2008
1 parent ecfbbc7 commit 7db5d82
Show file tree
Hide file tree
Showing 3 changed files with 558 additions and 497 deletions.
2 changes: 1 addition & 1 deletion drivers/acpi/hardware/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Makefile for all Linux ACPI interpreter subdirectories
#

obj-y := hwacpi.o hwgpe.o hwregs.o hwsleep.o
obj-y := hwacpi.o hwgpe.o hwregs.o hwsleep.o hwxface.o

obj-$(ACPI_FUTURE_USAGE) += hwtimer.o

Expand Down
Loading

0 comments on commit 7db5d82

Please sign in to comment.