diff options
| author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-07-10 16:12:00 +0400 |
|---|---|---|
| committer | Dave Airlie <airlied@gmail.com> | 2013-07-23 14:14:29 +0400 |
| commit | 85d9cb41db3bf0f36c999c2e547b37cb9f32367b (patch) | |
| tree | 90f92e2db83a1c1d1eab656c51bbc6ef303eb40b /include | |
| parent | b72a8925fd5cc80107e3988536290d087b1079aa (diff) | |
| download | linux-85d9cb41db3bf0f36c999c2e547b37cb9f32367b.tar.xz | |
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')
| -rw-r--r-- | include/drm/drmP.h | 1 |
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); |
