aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-07-10 14:12:00 +0200
committerDave Airlie <airlied@gmail.com>2013-07-23 20:14:29 +1000
commit85d9cb41db3bf0f36c999c2e547b37cb9f32367b (patch)
tree90f92e2db83a1c1d1eab656c51bbc6ef303eb40b /include/drm/drmP.h
parentdrm/radeon: s/drm_order/order_base_2/ (diff)
downloadlinux-dev-85d9cb41db3bf0f36c999c2e547b37cb9f32367b.tar.xz
linux-dev-85d9cb41db3bf0f36c999c2e547b37cb9f32367b.zip
drm: remove drm_order
All users of it are now gone! Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@gmail.com>
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r--include/drm/drmP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 5664acea3000..0ab6a090a15c 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1394,7 +1394,6 @@ extern int drm_freebufs(struct drm_device *dev, void *data,
struct drm_file *file_priv);
extern int drm_mapbufs(struct drm_device *dev, void *data,
struct drm_file *file_priv);
-extern int drm_order(unsigned long size);
/* DMA support (drm_dma.h) */
extern int drm_dma_setup(struct drm_device *dev);