commit | eeb2b723ef5100fafa381d92eb70d83e98516a44 | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Wed Jul 12 15:40:17 2006 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Mon Jul 31 15:55:05 2006 +1000 |
tree | 782883072f3ec64cd795c3c2a69322647ce5f96c | |
parent | ae6b4101e53dcf8a41f3432dacca9d3eb34e9cc3 [diff] |
[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>