omap: get rid of a useless cast
authorFelipe Balbi <felipe.balbi@nokia.com>
Tue, 30 Sep 2008 18:46:59 +0000 (21:46 +0300)
committerTony Lindgren <tony@atomide.com>
Fri, 17 Oct 2008 21:54:11 +0000 (14:54 -0700)
That cast was annyoing for quite a while. Now
omap_ctrl_base_get() returns void __iomem *
and __raw_read/write friends uses void __iomem *
so there's no need for casting.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found