drm: make drm_get_minor() static
authorDavid Herrmann <dh.herrmann@gmail.com>
Sun, 20 Oct 2013 16:55:42 +0000 (18:55 +0200)
committerDave Airlie <airlied@redhat.com>
Wed, 6 Nov 2013 04:53:23 +0000 (14:53 +1000)
commita99ee459fd0ae38c0ccc7f93af718ef476657d1b
treef398913f175ccd379eb950d3b65a36896c6cd690
parent4ac387f516bd3e5356cdb25266e244fa8a062281
drm: make drm_get_minor() static

drm_get_minor() is only used in one file. Make it static and add a
kernel-doc comment which documents the current semantics.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_stub.c
include/drm/drmP.h