commit | b04e3dd4ab4c7763a4ca8f751caaf69ce8dabbba | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Wed Jul 12 15:40:40 2006 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Mon Jul 31 15:55:05 2006 +1000 |
tree | 0224891d9ea4bfa4b1b8245d498cf2fa81737884 | |
parent | 018a3d1db7cdb6127656c1622ee1d2302e16436d [diff] |
[POWERPC] video & agp: 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. powerpc-specific video & agp driver changes. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Paul Mackerras <paulus@samba.org>