From: Daeseok Youn Date: Wed, 19 Mar 2014 23:20:51 +0000 (+0900) Subject: staging: unisys: replace kzalloc/kfree with UISMALLOC/UISFREE X-Git-Tag: v3.15-rc1~139^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60140462904825f17766efd4edf996e888846c2d;p=pandora-kernel.git staging: unisys: replace kzalloc/kfree with UISMALLOC/UISFREE It doesn't need to trace status of buffer when buffers are allocated/deallocated. So stuff of tracing memory status are removed. And also UISMALLOC/UISFREE macro are removed completetly. just use kzalloc/kfree. Signed-off-by: Daeseok Youn Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed