aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-10-04 11:09:35 +0200
committerGerd Hoffmann <kraxel@redhat.com>2016-11-15 09:45:30 +0100
commita6b5fac59cb216ac906f02300d3630c24520d9ef (patch)
treeb89a0adaa214ec81a8297b109bc83666415c5457 /include/drm
parentLinux 4.9-rc5 (diff)
downloadwireguard-linux-a6b5fac59cb216ac906f02300d3630c24520d9ef.tar.xz
wireguard-linux-a6b5fac59cb216ac906f02300d3630c24520d9ef.zip
drm: re-export drm_dev_set_unique
We still need it, for virtio-gpu for example. Partial revert of commit a742946a1ba57e24e8be205ea87224c05b38c380. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drmP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 672644031bd5..c9df1934363c 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1050,6 +1050,7 @@ void drm_dev_ref(struct drm_device *dev);
void drm_dev_unref(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_dev_set_unique(struct drm_device *dev, const char *name);
struct drm_minor *drm_minor_acquire(unsigned int minor_id);
void drm_minor_release(struct drm_minor *minor);