aboutsummaryrefslogtreecommitdiff
path: root/linux-core/drm_memory.c
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@yahoo.com>2004-09-30 23:47:45 +0000
committerJon Smirl <jonsmirl@yahoo.com>2004-09-30 23:47:45 +0000
commite17abf5d5dc7c9895ed9aea0efb4ac501171fa54 (patch)
tree546f5ed720d5d1ad897bb7aeaff8a6b7368a7e17 /linux-core/drm_memory.c
parenta36a6a291d3627bf1ad036fa4a7a33ea99e8ed5d (diff)
Make the debug memory functions compile for the core model.
Diffstat (limited to 'linux-core/drm_memory.c')
-rw-r--r--linux-core/drm_memory.c4
1 files changed, 1 insertions, 3 deletions
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 <linux/highmem.h>
#include "drmP.h"
-#ifdef DEBUG_MEMORY
-#include "drm_memory_debug.h"
-#else
+#ifndef DEBUG_MEMORY
/** No-op. */
void drm_mem_init(void)