projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b0431b
)
2.2.20 kernel already includes compatibility functions for check/request/release_mem_...
author
Frank Mori Hess
<fmhess@speakeasy.net>
Fri, 1 Mar 2002 20:48:20 +0000
(20:48 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Fri, 1 Mar 2002 20:48:20 +0000
(20:48 +0000)
include/linux/ioport.h
patch
|
blob
|
history
diff --git
a/include/linux/ioport.h
b/include/linux/ioport.h
index 12ae3bc8f28103317346169dd060cbeaa0eeb804..1b59cc59dbe33345b73323062a43758413726844 100644
(file)
--- a/
include/linux/ioport.h
+++ b/
include/linux/ioport.h
@@
-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)