From e17abf5d5dc7c9895ed9aea0efb4ac501171fa54 Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Thu, 30 Sep 2004 23:47:45 +0000 Subject: Make the debug memory functions compile for the core model. --- linux-core/drm_memory.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'linux-core/drm_memory.c') diff --git a/linux-core/drm_memory.c b/linux-core/drm_memory.c index 008e69ec..2ed65eb3 100644 --- a/linux-core/drm_memory.c +++ b/linux-core/drm_memory.c @@ -37,9 +37,7 @@ #include #include "drmP.h" -#ifdef DEBUG_MEMORY -#include "drm_memory_debug.h" -#else +#ifndef DEBUG_MEMORY /** No-op. */ void drm_mem_init(void) -- cgit v1.2.3