From: Greg Kroah-Hartman Date: Fri, 20 Jan 2006 22:08:59 +0000 (-0800) Subject: [PATCH] DRM: fix up classdev interface for drm core X-Git-Tag: v2.6.16-rc3~97^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0650fd5824e07570f0c43980b81bb23ae917f1d7;p=pandora-kernel.git [PATCH] DRM: fix up classdev interface for drm core Current drm code doesn't work with userspace programs that listen only to the kernel event netlink socket as it is trying to create its own dev interface. Turns out lots of code can just be deleted as the driver core can do all of this work automatically for you. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed