From 6c4428d40c7531a28aa405e3db407461d20a0110 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 19 Mar 2007 08:09:21 +1100 Subject: clean up more of inline functions agp_remap/drm_lookup_map --- linux-core/drm_memory.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'linux-core/drm_memory.c') diff --git a/linux-core/drm_memory.c b/linux-core/drm_memory.c index 72e0f10e..f156feab 100644 --- a/linux-core/drm_memory.c +++ b/linux-core/drm_memory.c @@ -286,6 +286,12 @@ int drm_unbind_agp(DRM_AGP_MEM * handle) { return drm_agp_unbind_memory(handle); } + +static void *agp_remap(unsigned long offset, unsigned long size, + drm_device_t * dev) +{ + return NULL; +} #endif /* agp */ #endif /* debug_memory */ -- cgit v1.2.3