aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drmP.h')
-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 537833c9ab83..2b9b033efea4 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1644,6 +1644,7 @@ struct drm_device *drm_dev_alloc(struct drm_driver *driver,
1644 struct device *parent); 1644 struct device *parent);
1645void drm_dev_free(struct drm_device *dev); 1645void drm_dev_free(struct drm_device *dev);
1646int drm_dev_register(struct drm_device *dev, unsigned long flags); 1646int drm_dev_register(struct drm_device *dev, unsigned long flags);
1647void drm_dev_unregister(struct drm_device *dev);
1647int drm_get_minor(struct drm_device *dev, struct drm_minor **minor, int type); 1648int drm_get_minor(struct drm_device *dev, struct drm_minor **minor, int type);
1648/*@}*/ 1649/*@}*/
1649 1650