ARM: OMAP: Remove unwanted type casts and fix the compiler warning.
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Mon, 25 May 2009 18:26:47 +0000 (11:26 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 25 May 2009 18:26:47 +0000 (11:26 -0700)
commitce8a17fd3f19baac0171611a73d5ac2072f45c7a
tree5fd0a6aad116914b3a6da9cdebcfb3add05e16a9
parentd76076636bc69fc28269076b867fc72031634357
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