commit | 21ce873d211a42e315558d6ae09a8bb04508a592 | [log] [tgz] |
---|---|---|
author | Kevin Hilman <khilman@deeprootsystems.com> | Thu Feb 25 16:49:56 2010 -0800 |
committer | Kevin Hilman <khilman@deeprootsystems.com> | Thu May 06 15:02:01 2010 -0700 |
tree | bc409c611d9d77c61b109a97061584792753a186 | |
parent | 28552c2eae472a0a52d1cdb02eb32766c7f690e1 [diff] |
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>