[POWERPC] tsi108: Constify & voidify get_property()
authorJeremy Kerr <jk@ozlabs.org>
Wed, 12 Jul 2006 05:41:52 +0000 (15:41 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 31 Jul 2006 05:55:06 +0000 (15:55 +1000)
commit88c805940bb9a1478f06ed6dd5d6f660bdc38eaa
tree4eefeb6e7555e0eb226647f1fa17bc237aee8c7f
parentaf5f92d881d783b47d1f993ddffa2bce8b2993fe
[POWERPC] tsi108: 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.

tsi108 driver changes.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/sysdev/tsi108_pci.c