ppc64 build fix arch/ppc64/kernel/eeh.c | 1 + 1 files changed, 1 insertion(+) diff -puN arch/ppc64/kernel/eeh.c~ppc64-eeh-fix arch/ppc64/kernel/eeh.c --- 25-power4/arch/ppc64/kernel/eeh.c~ppc64-eeh-fix 2003-03-12 03:32:39.000000000 -0800 +++ 25-power4-akpm/arch/ppc64/kernel/eeh.c 2003-03-12 03:32:49.000000000 -0800 @@ -26,6 +26,7 @@ #include <linux/pci.h> #include <linux/proc_fs.h> #include <linux/bootmem.h> +#include <linux/mm.h> #include <asm/paca.h> #include <asm/processor.h> #include <asm/naca.h> _