Skip to content

Commit

Permalink
staging: fix zcache building
Browse files Browse the repository at this point in the history
zcache is only building tmem.c and not building zcache.c. To keep the
module name, zcache.c must be renamed if symbols from tmem.c are to
remain unexported.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Acked-by: Dan Magenheimer <dan.magenheimer@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and Greg Kroah-Hartman committed Aug 2, 2011
1 parent c027a47 commit bf0c025
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/zcache/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
zcache-y := tmem.o
zcache-y := zcache-main.o tmem.o

obj-$(CONFIG_ZCACHE) += zcache.o
File renamed without changes.

0 comments on commit bf0c025

Please sign in to comment.