[POWERPC] iseries: Constify & voidify get_property()
authorJeremy Kerr <jk@ozlabs.org>
Wed, 12 Jul 2006 05:39:42 +0000 (15:39 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 31 Jul 2006 05:55:04 +0000 (15:55 +1000)
commitc4c7cba90cf9f180a2c45f7e54143f786360f3dd
tree293afc1cc7ae9fa206ad85d2fc6d4eacd817a37c
parent954a46e2d5aec6f59976ddeb1d232b486e59b54a
[POWERPC] iseries: Constify & voidify get_property()

Now that get_property() returns a void *, there's no need to cast its
return value. Also, treat the return value as const, so we can
constify get_property later.

iseries platform changes.

Built for iseries_defconfig

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/iseries/iommu.c
arch/powerpc/platforms/iseries/pci.c