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)
commit21ce873d211a42e315558d6ae09a8bb04508a592
treebc409c611d9d77c61b109a97061584792753a186
parent28552c2eae472a0a52d1cdb02eb32766c7f690e1
davinci: sparse: gpio: void casting

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>
arch/arm/mach-davinci/gpio.c