kernel/arch/m68k/sun3/dvma.c
.. .. @@ -11,10 +11,9 @@ 11 11 #include <linux/init.h> 12 12 #include <linux/kernel.h> 13 13 #include <linux/mm.h> 14 -#include <linux/bootmem.h>14 +#include <linux/memblock.h>15 15 #include <linux/list.h> 16 16 #include <asm/page.h> 17 -#include <asm/pgtable.h>18 17 #include <asm/sun3mmu.h> 19 18 #include <asm/dvma.h> 20 19