davinci: sparse: gpio: void casting
authorKevin Hilman <khilman@deeprootsystems.com>
Fri, 26 Feb 2010 00:49:56 +0000 (16:49 -0800)
committerKevin Hilman <khilman@deeprootsystems.com>
Thu, 6 May 2010 22:02:01 +0000 (15:02 -0700)
Cleanup usage of void pointers when using genirq.  genirq API
takes and returns void *, where this GPIO API is using those
as __iomem pointers.

Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>

No differences found