Skip to content

Commit

Permalink
ACPICA: delete utcache.c
Browse files Browse the repository at this point in the history
ACPI_USE_LOCAL_CACHE will never be defined by the Linux kernel,
and thus utcache.c will always be dead code.

Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Len Brown committed Jan 9, 2009
1 parent 5b929aa commit 6620e0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 316 deletions.
2 changes: 1 addition & 1 deletion drivers/acpi/utilities/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

obj-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 utcache.o utresrc.o
utstate.o utmutex.o utobject.o utresrc.o

EXTRA_CFLAGS += $(ACPI_CFLAGS)
315 changes: 0 additions & 315 deletions drivers/acpi/utilities/utcache.c

This file was deleted.

0 comments on commit 6620e0c

Please sign in to comment.