summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/mach64_dma.c
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2008-11-18 15:58:02 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2008-11-18 15:58:02 +0000
commit98d9e9c2c0280d2f9733379d220d3fda84690763 (patch)
tree1ad2eb289f85581eeb053bce6a4bff45ed97636f /sys/dev/pci/drm/mach64_dma.c
parent515ad16294373880e413a3c50bc2490f50cb2630 (diff)
Remove dev->agp_buffer_token, linux needs it, we do not.
Diffstat (limited to 'sys/dev/pci/drm/mach64_dma.c')
-rw-r--r--sys/dev/pci/drm/mach64_dma.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/mach64_dma.c b/sys/dev/pci/drm/mach64_dma.c
index 561f06337ca..f0c58f8bc0f 100644
--- a/sys/dev/pci/drm/mach64_dma.c
+++ b/sys/dev/pci/drm/mach64_dma.c
@@ -1078,7 +1078,6 @@ static int mach64_do_dma_init(struct drm_device * dev, drm_mach64_init_t * init)
mach64_do_cleanup_dma(dev);
return ENOMEM;
}
- dev->agp_buffer_token = init->buffers_offset;
dev->agp_buffer_map =
drm_core_findmap(dev, init->buffers_offset);
if (!dev->agp_buffer_map) {