From: Ben Skeggs Date: Tue, 26 May 2009 00:35:52 +0000 (+1000) Subject: drm: don't associate _DRM_DRIVER maps with a master X-Git-Tag: v2.6.31-rc1~356^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ff2e8a3e1898e692b604424c384f134009dea80;p=pandora-kernel.git drm: don't associate _DRM_DRIVER maps with a master A driver will use the _DRM_DRIVER map flag to indicate that it wants to be responsible for removing the map itself, bypassing the DRM's automagic cleanup code. Since the multi-master changes this has been broken, resulting in some drivers having their registers unmapped before it's finished with them. Signed-off-by: Ben Skeggs Signed-off-by: Dave Airlie --- Reading git-diff-tree failed