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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index c1b987158dfa..8f7f5cb4a86d 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1273,10 +1273,6 @@ extern int drm_freebufs(struct drm_device *dev, void *data,
1273extern int drm_mapbufs(struct drm_device *dev, void *data, 1273extern int drm_mapbufs(struct drm_device *dev, void *data,
1274 struct drm_file *file_priv); 1274 struct drm_file *file_priv);
1275extern int drm_order(unsigned long size); 1275extern int drm_order(unsigned long size);
1276extern resource_size_t drm_get_resource_start(struct drm_device *dev,
1277 unsigned int resource);
1278extern resource_size_t drm_get_resource_len(struct drm_device *dev,
1279 unsigned int resource);
1280 1276
1281 /* DMA support (drm_dma.h) */ 1277 /* DMA support (drm_dma.h) */
1282extern int drm_dma_setup(struct drm_device *dev); 1278extern int drm_dma_setup(struct drm_device *dev);