diff options
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r-- | include/drm/drmP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 813ca1d11728..10d9f83a9df0 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
@@ -1522,7 +1522,7 @@ extern int drm_vma_info(struct seq_file *m, void *data); | |||
1522 | #endif | 1522 | #endif |
1523 | 1523 | ||
1524 | /* Scatter Gather Support (drm_scatter.h) */ | 1524 | /* Scatter Gather Support (drm_scatter.h) */ |
1525 | extern void drm_sg_cleanup(struct drm_sg_mem * entry); | 1525 | extern void drm_legacy_sg_cleanup(struct drm_device *dev); |
1526 | extern int drm_sg_alloc(struct drm_device *dev, void *data, | 1526 | extern int drm_sg_alloc(struct drm_device *dev, void *data, |
1527 | struct drm_file *file_priv); | 1527 | struct drm_file *file_priv); |
1528 | extern int drm_sg_free(struct drm_device *dev, void *data, | 1528 | extern int drm_sg_free(struct drm_device *dev, void *data, |