From: Frank Mori Hess Date: Fri, 1 Mar 2002 20:48:20 +0000 (+0000) Subject: 2.2.20 kernel already includes compatibility functions for check/request/release_mem_... X-Git-Tag: r0_7_64~91 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dfc7de8bc43620ddac2518aac84dade5d03a1bae;p=comedi.git 2.2.20 kernel already includes compatibility functions for check/request/release_mem_region() --- diff --git a/include/linux/ioport.h b/include/linux/ioport.h index 12ae3bc8..1b59cc59 100644 --- a/include/linux/ioport.h +++ b/include/linux/ioport.h @@ -5,7 +5,7 @@ #include -#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)