]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commitad264679a1d13d5180aa19753708d8e588fee949
treef1f5a7eaf3bcc0b4158bd1b755282da110079a70
parent0134605bdb94db314128f37563fd475e68634dd3
omap: get rid of a useless cast

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>
arch/arm/mach-omap2/board-3430sdp.c