From: Daniel Vetter Date: Mon, 23 Aug 2010 20:53:29 +0000 (+0200) Subject: drm: kill context_ctor callback X-Git-Tag: v2.6.37-rc1~92^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3da8f7d2d1fa81fb65cb3f5d9e50dde40a83182;p=pandora-kernel.git drm: kill context_ctor callback It's not used by any driver. The destructor callback is unfortunately used by the via driver in a rather convoluted piece of code used to reimplement something resembling broken futexes. I didn't dare to touch this code. But at least kill the needless NULL assignemt in the sis driver. Signed-off-by: Daniel Vetter Signed-off-by: Dave Airlie --- Reading git-diff-tree failed