diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2002-12-11 13:40:27 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2002-12-11 13:40:27 +0000 |
commit | fd621fd4a0c0033365353b6d33f132c7ef49b359 (patch) | |
tree | 1601979508b0987c10c9c6bba54aa4ca81181295 /linux-core/drmP.h | |
parent | b03fa556b2c7e19d7021c017e35aaacaf24e5694 (diff) |
remove agpgart informational
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r-- | linux-core/drmP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h index 3f51b9b0..004f9637 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -488,7 +488,6 @@ typedef struct drm_agp_mem { typedef struct drm_agp_head { agp_kern_info agp_info; - const char *chipset; drm_agp_mem_t *memory; unsigned long mode; int enabled; |