diff options
Diffstat (limited to 'drivers/gpu/drm/drm_drv.c')
-rw-r--r-- | drivers/gpu/drm/drm_drv.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/gpu/drm/drm_drv.c b/drivers/gpu/drm/drm_drv.c index e2ffecd5e453..12e5e2be7890 100644 --- a/drivers/gpu/drm/drm_drv.c +++ b/drivers/gpu/drm/drm_drv.c | |||
@@ -704,19 +704,6 @@ void drm_dev_put(struct drm_device *dev) | |||
704 | } | 704 | } |
705 | EXPORT_SYMBOL(drm_dev_put); | 705 | EXPORT_SYMBOL(drm_dev_put); |
706 | 706 | ||
707 | /** | ||
708 | * drm_dev_unref - Drop reference of a DRM device | ||
709 | * @dev: device to drop reference of or NULL | ||
710 | * | ||
711 | * This is a compatibility alias for drm_dev_put() and should not be used by new | ||
712 | * code. | ||
713 | */ | ||
714 | void drm_dev_unref(struct drm_device *dev) | ||
715 | { | ||
716 | drm_dev_put(dev); | ||
717 | } | ||
718 | EXPORT_SYMBOL(drm_dev_unref); | ||
719 | |||
720 | static int create_compat_control_link(struct drm_device *dev) | 707 | static int create_compat_control_link(struct drm_device *dev) |
721 | { | 708 | { |
722 | struct drm_minor *minor; | 709 | struct drm_minor *minor; |