From: Daeseok Youn Date: Fri, 18 Apr 2014 00:31:35 +0000 (+0900) Subject: staging: cxt1e1: replace OS_kmalloc/OS_kfree with kzalloc/kfree X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1390 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=693d963430cfdee131f870b5f8d6a44e4337ae81;p=pandora-kernel.git staging: cxt1e1: replace OS_kmalloc/OS_kfree with kzalloc/kfree Replace OS_kmalloc/OS_kfree with kzalloc/kfree. And also some allocation doesn't need to use GFP_DMA so just use GFP_KERNEL. c4_new() function is never called, remove it. Signed-off-by: Daeseok Youn Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed