staging: csr: remove odd pointer typedefs
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jul 2012 19:35:14 +0000 (12:35 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jul 2012 19:35:14 +0000 (12:35 -0700)
commit3c0b461e4c8fde467bd803e368d9a78ec2da5f8a
tree59406d8eac57f40ab446f0eee691e3e00bc7f1b6
parentd4fda8db9796271ddd306583e1afa9df23ae1558
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ä <mikko.virkkila@bluegiga.com>
Cc: Lauri Hintsala <Lauri.Hintsala@bluegiga.com>
Cc: Riku Mettälä <riku.mettala@bluegiga.com>
Cc: Veli-Pekka Peltola <veli-pekka.peltola@bluegiga.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/csr/csr_types.h
drivers/staging/csr/csr_wifi_hip_card_sdio_intr.c