From: Jesper Juhl Date: Mon, 8 Nov 2010 13:07:57 +0000 (+0000) Subject: powerpc: Remove unnecessary casts of void ptr X-Git-Tag: v2.6.38-rc1~405^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae9fd31a3668ca97e8f37698b927ae7c0b70807a;p=pandora-kernel.git powerpc: Remove unnecessary casts of void ptr Hi, The [vk][cmz]alloc(_node) family of functions return void pointers which it's completely unnecessary/pointless to cast to other pointer types since that happens implicitly. This patch removes such casts from arch/powerpc/ Signed-off-by: Jesper Juhl Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed