From: Rob Clark Date: Tue, 18 Nov 2014 19:28:43 +0000 (-0500) Subject: drm/msm/mdp5: don't use void * for opaque types X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~28^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42238da8b10320420be19f056cc8e0d95cc606a3;p=pandora-kernel.git drm/msm/mdp5: don't use void * for opaque types For example, use 'struct mdp5_smp *' everywhere instead of 'void *', but only declare it as 'struct mdp5_smp;' in common headers, so the struct body is still private. The accomplishes the desired modularity while still letting the compiler provide some type checking for us. Signed-off-by: Rob Clark --- Reading git-diff-tree failed