summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/Makefile
diff options
context:
space:
mode:
authorLv Zheng2012-12-18 14:05:12 +0100
committerRafael J. Wysocki2013-01-03 13:09:10 +0100
commit04fbfca5a13279c88adc484271f0a040e9f48ad2 (patch)
tree2ed029aab36e3f7d0c9c018f9b5c29b42241587d /drivers/acpi/acpica/Makefile
parentLinux 3.8-rc2 (diff)
downloadkernel-qcow2-linux-04fbfca5a13279c88adc484271f0a040e9f48ad2.tar.gz
kernel-qcow2-linux-04fbfca5a13279c88adc484271f0a040e9f48ad2.tar.xz
kernel-qcow2-linux-04fbfca5a13279c88adc484271f0a040e9f48ad2.zip
ACPICA: Remove useless mini-C library.
The mini-C library implementation is used by the embedded ACPICA users other than Linux. It was added to the kernel source to make it easier to incorporate future ACPICA changes, but as it turns our we can avoid carrying it thanks to some ACPICA release process tweaks, so remove drivers/acpi/acpica/utclib.c from the kernel source tree. [rjw: Modified the changelog slightly.] Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/Makefile')
-rw-r--r--drivers/acpi/acpica/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/Makefile b/drivers/acpi/acpica/Makefile
index c8bc24bd1f72..bc7a03ded064 100644
--- a/drivers/acpi/acpica/Makefile
+++ b/drivers/acpi/acpica/Makefile
@@ -162,5 +162,5 @@ acpi-y += \
utxferror.o \
utxfmutex.o
-acpi-$(ACPI_FUTURE_USAGE) += uttrack.o utcache.o utclib.o
+acpi-$(ACPI_FUTURE_USAGE) += uttrack.o utcache.o