From: Laurent Pinchart Date: Thu, 17 May 2012 11:27:22 +0000 (+0200) Subject: drm: Constify gem_vm_ops pointer X-Git-Tag: v3.5-rc1~100^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78b68556a964e74fb803b08c5b2d9c6ba3ec3787;p=pandora-kernel.git drm: Constify gem_vm_ops pointer The GEM vm operations structure is passed to the VM core that stores it in a const field. There vm operations structures can thus be const in DRM as well. Signed-off-by: Laurent Pinchart Cc: Inki Dae Cc: Alan Cox Cc: Daniel Vetter Cc: Rob Clark Reviewed-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-diff-tree failed