From: Frank Mori Hess Date: Mon, 3 Dec 2001 20:54:22 +0000 (+0000) Subject: 2.2 linux/malloc.h just includes linux/slab.h, this file was causing the kmalloc X-Git-Tag: r0_7_62~67 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8bbecbedee08b0ee647191215b50c00fdb76ef1c;p=comedi.git 2.2 linux/malloc.h just includes linux/slab.h, this file was causing the kmalloc versioning to get messed up somehow (linux 2.2.19). --- diff --git a/include/linux/slab.h b/include/linux/slab.h index ec2453a4..8010435c 100644 --- a/include/linux/slab.h +++ b/include/linux/slab.h @@ -7,7 +7,7 @@ #include -#if LINUX_VERSION_CODE < 0x020400 +#if LINUX_VERSION_CODE < 0x020200 #include #else #include_next