[POWERPC] change get_property to return void *
authorJeremy Kerr <jk@ozlabs.org>
Thu, 29 Jun 2006 10:28:18 +0000 (20:28 +1000)
committerPaul Mackerras <paulus@samba.org>
Sun, 2 Jul 2006 22:56:33 +0000 (08:56 +1000)
Change the get_property() function to return a void *. This allows us
to later remove the cast done in the majority of callers.

Built for pseries, iseries, pmac32, cell, cbesim, g5, systemsim, maple,
and mpc* defconfigs

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found