From: Kenn H. <ke...@us...> - 2003-08-26 23:19:33
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm In directory sc8-pr-cvs1:/tmp/cvs-serv25243 Modified Files: pgtable.h Log Message: Tidy up #includes Index: pgtable.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm/pgtable.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pgtable.h 16 Jan 2003 01:52:03 -0000 1.8 +++ pgtable.h 26 Aug 2003 23:19:29 -0000 1.9 @@ -8,15 +8,11 @@ #ifndef __ASSEMBLY__ #include <linux/config.h> #include <linux/types.h> +#include <asm/mm/virtmap.h> #endif /* !__ASSEMBLY__ */ #include <asm/mtpr.h> -#ifndef __ASSEMBLY__ - -# include <asm/mm/virtmap.h> - -#endif /* !assembly */ /* the pagelet stuff */ #include <asm/mm/pgtable_pagelet.h> |