]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1f29d79de8a39874144d10194d46d8db2886daef
treef398913f175ccd379eb950d3b65a36896c6cd690
parent892e3757aaeeea33ceb4d37e7d0025ddb420aa2a
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