From 52f0bc3c9ec722c0c8a40bb7959e7ec2eb9d8180 Mon Sep 17 00:00:00 2001 From: Rik Faith Date: Fri, 29 Sep 2000 02:05:41 +0000 Subject: More changes for sync with Linux 2.4.0-test9-pre7 --- linux-core/drmP.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'linux-core/drmP.h') diff --git a/linux-core/drmP.h b/linux-core/drmP.h index 1f883417..6be90c51 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -150,11 +150,6 @@ typedef struct wait_queue *wait_queue_head_t; #endif #ifndef module_exit #define module_exit(x) void cleanup_module(void) { x(); } -#endif - - /* virt_to_page added in 2.4.0-test6 */ -#if LINUX_VERSION_CODE < 0x020400 -#define virt_to_page(kaddr) (mem_map + MAP_NR(kaddr)) #endif /* Generic cmpxchg added in 2.3.x */ -- cgit v1.2.3