ARM: OMAP: Remove unwanted type casts and fix the compiler warning.
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Mon, 25 May 2009 18:08:36 +0000 (11:08 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 25 May 2009 18:08:36 +0000 (11:08 -0700)
commitaea2a5b03c6476175c6f498a72cfbe73f7f47528
tree5fd0a6aad116914b3a6da9cdebcfb3add05e16a9
parenta9a418d4553290b824f95df65bd20097d7691233
ARM: OMAP: Remove unwanted type casts and fix the compiler warning.

This patch fixes the compiler warning "assignment from incompatible
pointer type"  in dmtimer.c and removes the tye casts. These warnings
were suppressed by type catsing.

The proposed fix was suggested by Russell King <rmk+kernel@arm.linux.org.uk>

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/dmtimer.c