From: Kenn H. <ke...@us...> - 2003-01-23 22:52:28
|
Update of /cvsroot/linux-vax/kernel-2.5/mm In directory sc8-pr-cvs1:/tmp/cvs-serv11426/mm Modified Files: vmalloc.c Log Message: Need to include <linux/mm.h>. This change will be done by Linus in 2.5.22, at which time we'll revert to his version again. Index: vmalloc.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/mm/vmalloc.c,v retrieving revision 1.1.1.7 retrieving revision 1.2 diff -u -r1.1.1.7 -r1.2 --- vmalloc.c 16 Jan 2003 20:43:25 -0000 1.1.1.7 +++ vmalloc.c 23 Jan 2003 22:52:25 -0000 1.2 @@ -10,6 +10,7 @@ #include <linux/slab.h> #include <linux/vmalloc.h> #include <linux/spinlock.h> +#include <linux/mm.h> #include <linux/highmem.h> #include <linux/smp_lock.h> |