diff options
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2006-08-21 21:12:29 +0200 |
---|---|---|
committer | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2006-08-21 21:12:29 +0200 |
commit | 6571f74a4906ae4f5f92916d64cc2cce3c8e0043 (patch) | |
tree | 1a06380934409dd7206c10891b5a950eca700400 | |
parent | 657bacc3953e8e51a0a15bd872e9818c9dbcbc10 (diff) |
Remove some accidently included TTM code.
-rw-r--r-- | linux-core/drmP.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h index 6db6ac9e..b9549b63 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -837,15 +837,6 @@ typedef struct drm_device { } drm_device_t; -#if __OS_HAS_AGP -typedef struct drm_agp_ttm_priv { - DRM_AGP_MEM *mem; - struct agp_bridge_data *bridge; - unsigned mem_type; - int populated; -} drm_agp_ttm_priv; -#endif - static __inline__ int drm_core_check_feature(struct drm_device *dev, int feature) { |