projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32530a7
)
Compatibility for vmalloc_32()
author
David Schleef
<ds@schleef.org>
Thu, 14 Feb 2002 23:36:45 +0000
(23:36 +0000)
committer
David Schleef
<ds@schleef.org>
Thu, 14 Feb 2002 23:36:45 +0000
(23:36 +0000)
include/linux/vmalloc.h
patch
|
blob
|
history
diff --git
a/include/linux/vmalloc.h
b/include/linux/vmalloc.h
index def457c74f2be93f1cebc302122010ba8228b324..de4b57eed87e2ac9a6e76cbea6e173607a76a183 100644
(file)
--- a/
include/linux/vmalloc.h
+++ b/
include/linux/vmalloc.h
@@
-7,6
+7,10
@@
#include <linux/version.h>
+#if LINUX_VERSION_CODE < 0x020300
+#define vmalloc_32(x) vmalloc((x))
+#endif
+
#if LINUX_VERSION_CODE < 0x020200
#else