From: David Herrmann Date: Wed, 29 Jan 2014 11:57:05 +0000 (+0100) Subject: drm: rename drm_unplug/get_minor() to drm_minor_register/unregister() X-Git-Tag: v3.15-rc1~51^2~56^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afcdbc867460b7ee4119bf4904e60f0e171c6dfb;p=pandora-kernel.git drm: rename drm_unplug/get_minor() to drm_minor_register/unregister() drm_get_minor() no longer allocates objects, and drm_unplug_minor() is now the exact reverse of it. Rename it to _register/unregister() so their name actually says what they do. Furthermore, remove the direct minor-ptr and instead pass the minor-type. This way we know the actual slot of the minor and can reset it if required. Signed-off-by: David Herrmann Reviewed-by: Daniel Vetter --- Reading git-diff-tree failed