From: Jeremy Kerr Date: Wed, 12 Jul 2006 05:40:29 +0000 (+1000) Subject: [POWERPC] powermac: Constify & voidify get_property() X-Git-Tag: v2.6.19-rc1~1300^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=018a3d1db7cdb6127656c1622ee1d2302e16436d;p=pandora-kernel.git [POWERPC] powermac: 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. powermac platform & macintosh driver changes. Built for pmac32_defconfig, g5_defconfig Signed-off-by: Jeremy Kerr Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed