commit | 8efca49329a50710d656a8bb78d6f0f0e2f48a26 | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Wed Jul 12 15:39:42 2006 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Mon Jul 31 15:55:04 2006 +1000 |
tree | 6843306ed52bb6f9b932633ddaf1df90431a2ab6 | |
parent | c4c7cba90cf9f180a2c45f7e54143f786360f3dd [diff] |
[POWERPC] mpc: 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. mpc* platform changes. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Paul Mackerras <paulus@samba.org>