summaryrefslogtreecommitdiff
path: root/bsd
diff options
context:
space:
mode:
Diffstat (limited to 'bsd')
-rw-r--r--bsd/drm_memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd/drm_memory.h b/bsd/drm_memory.h
index a50e6c47..af8736c1 100644
--- a/bsd/drm_memory.h
+++ b/bsd/drm_memory.h
@@ -124,6 +124,7 @@ int DRM(unbind_agp)(agp_memory *handle)
{
return DRM(agp_unbind_memory)(handle);
}
+#endif /* __REALLY_HAVE_AGP */
#ifdef __FreeBSD__
int
@@ -181,5 +182,4 @@ DRM(mtrr_del)(unsigned long offset, size_t size, int flags)
}
#endif
-#endif /* __REALLY_HAVE_AGP */
#endif /* DEBUG_MEMORY */