summaryrefslogtreecommitdiff
path: root/linux/memory.c
diff options
context:
space:
mode:
authorRik Faith <faith@alephnull.com>2000-07-21 16:57:00 +0000
committerRik Faith <faith@alephnull.com>2000-07-21 16:57:00 +0000
commit6dd96a15ed329f26565bb971877f03e15801f3f5 (patch)
treece5281124fcdfa73c27d775428c5e7432ec50e2b /linux/memory.c
parente38b34e54a79919588f23294ddb326309c9cb005 (diff)
Revert some changes and try alternative way to clean up AGP handling.
Diffstat (limited to 'linux/memory.c')
-rw-r--r--linux/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/memory.c b/linux/memory.c
index d03e214e..f342bb4f 100644
--- a/linux/memory.c
+++ b/linux/memory.c
@@ -330,7 +330,7 @@ void drm_ioremapfree(void *pt, unsigned long size)
}
}
-#ifdef CONFIG_DRM_AGP
+#ifdef DRM_AGP
agp_memory *drm_alloc_agp(int pages, u32 type)
{
agp_memory *handle;