2.2.20 kernel already includes compatibility functions for check/request/release_mem_...
authorFrank Mori Hess <fmhess@speakeasy.net>
Fri, 1 Mar 2002 20:48:20 +0000 (20:48 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Fri, 1 Mar 2002 20:48:20 +0000 (20:48 +0000)
include/linux/ioport.h

index 12ae3bc8f28103317346169dd060cbeaa0eeb804..1b59cc59dbe33345b73323062a43758413726844 100644 (file)
@@ -5,7 +5,7 @@
 
 #include <linux/version.h>
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,3,17)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,2,20)
 
 #define check_mem_region(start,n) 0
 #define request_mem_region(start,n,name) ((void*) 0)