diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-09-11 07:43:25 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-09-12 15:28:12 +0200 |
commit | ba8286fab52652e431784d066b075c1bb4933ea1 (patch) | |
tree | 700d1372b71ae2df393bd1b4b6482eeecc7b00ed /include/drm/ati_pcigart.h | |
parent | 86c1fbd55c6abc72496a45b7cbf1940324983977 (diff) | |
download | linux-stable-ba8286fab52652e431784d066b075c1bb4933ea1.tar.gz linux-stable-ba8286fab52652e431784d066b075c1bb4933ea1.tar.bz2 linux-stable-ba8286fab52652e431784d066b075c1bb4933ea1.zip |
drm: Move legacy buffer structures to <drm/drm_legacy.h>
A few odd cases:
- mgag200 someho had a totally unused drm_dma_handle_t. Remove it.
- i915 still uses the legacy pci dma alloc api, so grows an include.
Everything else fairly standard.
v2: Include "drm_legacy.h" in drm.ko source files for consistency.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm/ati_pcigart.h')
-rw-r--r-- | include/drm/ati_pcigart.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/ati_pcigart.h b/include/drm/ati_pcigart.h index da4bfcd81a37..5765648b5ef7 100644 --- a/include/drm/ati_pcigart.h +++ b/include/drm/ati_pcigart.h @@ -1,6 +1,8 @@ #ifndef DRM_ATI_PCIGART_H #define DRM_ATI_PCIGART_H +#include <drm/drm_legacy.h> + /* location of GART table */ #define DRM_ATI_GART_MAIN 1 #define DRM_ATI_GART_FB 2 |