diff options
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r-- | include/drm/drmP.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index ea545b5ad467..1973f7966511 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
@@ -1640,11 +1640,9 @@ static __inline__ void drm_core_dropmap(struct drm_local_map *map) | |||
1640 | 1640 | ||
1641 | #include <drm/drm_mem_util.h> | 1641 | #include <drm/drm_mem_util.h> |
1642 | 1642 | ||
1643 | extern int drm_fill_in_dev(struct drm_device *dev, | ||
1644 | const struct pci_device_id *ent, | ||
1645 | struct drm_driver *driver); | ||
1646 | struct drm_device *drm_dev_alloc(struct drm_driver *driver, | 1643 | struct drm_device *drm_dev_alloc(struct drm_driver *driver, |
1647 | struct device *parent); | 1644 | struct device *parent); |
1645 | int drm_dev_register(struct drm_device *dev, unsigned long flags); | ||
1648 | int drm_get_minor(struct drm_device *dev, struct drm_minor **minor, int type); | 1646 | int drm_get_minor(struct drm_device *dev, struct drm_minor **minor, int type); |
1649 | /*@}*/ | 1647 | /*@}*/ |
1650 | 1648 | ||