]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] maple: Constify & voidify get_property()
authorJeremy Kerr <jk@ozlabs.org>
Wed, 12 Jul 2006 05:40:17 +0000 (15:40 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 31 Jul 2006 05:55:05 +0000 (15:55 +1000)
commiteeb2b723ef5100fafa381d92eb70d83e98516a44
tree782883072f3ec64cd795c3c2a69322647ce5f96c
parentae6b4101e53dcf8a41f3432dacca9d3eb34e9cc3
[POWERPC] maple: 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.

maple platform changes.

Built for maple_defconfig

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