From: Greg Kroah-Hartman Date: Fri, 20 Jul 2012 19:35:14 +0000 (-0700) Subject: staging: csr: remove odd pointer typedefs X-Git-Tag: v3.6-rc1~100^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c0b461e4c8fde467bd803e368d9a78ec2da5f8a;p=pandora-kernel.git staging: csr: remove odd pointer typedefs No one was using CsrPtrdiff or CsrUintptr, but CsrIntptr is used in one place, so replace that with ptrdiff_t. Odds are all it really wants is a void * there, but hey, I'll play along for now. Cc: Mikko Virkkilä Cc: Lauri Hintsala Cc: Riku Mettälä Cc: Veli-Pekka Peltola Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed