diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-10-20 20:55:42 +0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-11-06 08:53:23 +0400 |
commit | a99ee459fd0ae38c0ccc7f93af718ef476657d1b (patch) | |
tree | f398913f175ccd379eb950d3b65a36896c6cd690 /include | |
parent | 4ac387f516bd3e5356cdb25266e244fa8a062281 (diff) | |
download | linux-a99ee459fd0ae38c0ccc7f93af718ef476657d1b.tar.xz |
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')
-rw-r--r-- | include/drm/drmP.h | 1 |
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 */ |