diff options
author | Bob Moore <robert.moore@intel.com> | 2011-02-14 09:00:21 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2011-03-03 01:38:04 +0100 |
commit | a257e07527890a7f95982b9c330efd8d2de3707a (patch) | |
tree | 11c6cbdd9f2e8cbf7c9e4ca3fd8f613f26cd7332 /drivers/acpi/acpica/Makefile | |
parent | ACPICA: Clarify a couple of error messages (diff) | |
download | linux-a257e07527890a7f95982b9c330efd8d2de3707a.tar.xz linux-a257e07527890a7f95982b9c330efd8d2de3707a.zip |
ACPICA: Split large utglobal into utdecode.c.
utglobal.c contained a lot of code not related to global variables.
These utility decode functions are moved to utdecode.c
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>
Diffstat (limited to 'drivers/acpi/acpica/Makefile')
-rw-r--r-- | drivers/acpi/acpica/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/Makefile b/drivers/acpi/acpica/Makefile index eec2eadd2431..b1706aacbe98 100644 --- a/drivers/acpi/acpica/Makefile +++ b/drivers/acpi/acpica/Makefile @@ -45,4 +45,4 @@ acpi-y += tbxface.o tbinstal.o tbutils.o tbfind.o tbfadt.o tbxfroot.o acpi-y += utalloc.o utdebug.o uteval.o utinit.o utmisc.o utxface.o \ utcopy.o utdelete.o utglobal.o utmath.o utobject.o \ utstate.o utmutex.o utobject.o utresrc.o utlock.o utids.o \ - utosi.o utxferror.o + utosi.o utxferror.o utdecode.o |