From: David Herrmann Date: Wed, 14 Aug 2013 13:07:17 +0000 (+0200) Subject: drm/qxl: remove unused object_pin/unpin() helpers X-Git-Tag: v3.12-rc1~136^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f547b22aaf4f429089b3d5a987b94a2bd8c92eb1;p=pandora-kernel.git drm/qxl: remove unused object_pin/unpin() helpers These two helpers are unused. Remove them. They rely on gem_obj->driver_private, which is set to NULL during setup. As this field isn't used by the driver, anymore, we can remove this assignment as well. Signed-off-by: David Herrmann Signed-off-by: Dave Airlie --- Reading git-diff-tree failed