aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-10-20 18:55:42 +0200
committerDave Airlie <airlied@redhat.com>2013-11-06 14:53:23 +1000
commita99ee459fd0ae38c0ccc7f93af718ef476657d1b (patch)
treef398913f175ccd379eb950d3b65a36896c6cd690 /include/drm/drmP.h
parentdrm: simplify drm_put_minor() (diff)
downloadlinux-dev-a99ee459fd0ae38c0ccc7f93af718ef476657d1b.tar.xz
linux-dev-a99ee459fd0ae38c0ccc7f93af718ef476657d1b.zip
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>
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r--include/drm/drmP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 62da57e914f8..1d4a920ef7ff 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1630,7 +1630,6 @@ struct drm_device *drm_dev_alloc(struct drm_driver *driver,
void drm_dev_free(struct drm_device *dev);
int drm_dev_register(struct drm_device *dev, unsigned long flags);
void drm_dev_unregister(struct drm_device *dev);
-int drm_get_minor(struct drm_device *dev, struct drm_minor **minor, int type);
/*@}*/
/* PCI section */