mach-kirkwood/common.c: remove unnecessary (void *) casts
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 29 Jan 2010 22:43:52 +0000 (14:43 -0800)
committerNicolas Pitre <nico@fluxnic.net>
Fri, 5 Feb 2010 02:29:27 +0000 (21:29 -0500)
commit3e3e65fc425588a4a4b9143d7dfe40e52a2bf0be
treedf164fdb8128678a7bbc02f175ee6befb92c2f6a
parentef4a6777cf33c4a7a76e74ecd593f74a1df30b96
mach-kirkwood/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>
Cc: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
arch/arm/mach-kirkwood/common.c