Compatibility for vmalloc_32()
authorDavid Schleef <ds@schleef.org>
Thu, 14 Feb 2002 23:36:45 +0000 (23:36 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 14 Feb 2002 23:36:45 +0000 (23:36 +0000)
include/linux/vmalloc.h

index def457c74f2be93f1cebc302122010ba8228b324..de4b57eed87e2ac9a6e76cbea6e173607a76a183 100644 (file)
@@ -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