diff options
Diffstat (limited to 'bsd-core')
-rw-r--r-- | bsd-core/drm_memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-core/drm_memory.c b/bsd-core/drm_memory.c index a50e6c47..af8736c1 100644 --- a/bsd-core/drm_memory.c +++ b/bsd-core/drm_memory.c @@ -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 */ |