diff options
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r-- | include/drm/drmP.h | 1 |
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); |
1645 | void drm_dev_free(struct drm_device *dev); | 1645 | void drm_dev_free(struct drm_device *dev); |
1646 | int drm_dev_register(struct drm_device *dev, unsigned long flags); | 1646 | int drm_dev_register(struct drm_device *dev, unsigned long flags); |
1647 | void drm_dev_unregister(struct drm_device *dev); | ||
1647 | int drm_get_minor(struct drm_device *dev, struct drm_minor **minor, int type); | 1648 | int drm_get_minor(struct drm_device *dev, struct drm_minor **minor, int type); |
1648 | /*@}*/ | 1649 | /*@}*/ |
1649 | 1650 | ||