mach-dove/common.c: remove unnecessary (void *) casts
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 29 Jan 2010 22:30:53 +0000 (15:30 -0700)
committerNicolas Pitre <nico@fluxnic.net>
Fri, 5 Feb 2010 05:27:03 +0000 (00:27 -0500)
commit639b9be60ec2045a0a59b2ea33479937c4b5acef
tree6d550c65e43e7b9ecee137f00413e031806b10a6
parent3e3e65fc425588a4a4b9143d7dfe40e52a2bf0be
mach-dove/common.c: remove unnecessary (void *) casts

The (void *) cast is not needed when setting dev.platform_data to the
address of the data. Remove the casts.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
arch/arm/mach-dove/common.c