commit | aea2a5b03c6476175c6f498a72cfbe73f7f47528 | [log] [tgz] |
---|---|---|
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | Mon May 25 11:08:36 2009 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Mon May 25 11:08:36 2009 -0700 |
tree | 5fd0a6aad116914b3a6da9cdebcfb3add05e16a9 | |
parent | a9a418d4553290b824f95df65bd20097d7691233 [diff] |
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>