commit | b3da8f7d2d1fa81fb65cb3f5d9e50dde40a83182 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Aug 23 22:53:29 2010 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Mon Aug 30 09:38:25 2010 +1000 |
tree | 3fcc266b657a1b16f644eb214e3c774047fdea6f | |
parent | fd2e7931cdefa8e9acf63f0a4efd61ae0f89e77b [diff] |
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 <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>