kernel/arch/sparc/kernel/trampoline_64.S
.. .. @@ -6,6 +6,7 @@ 6 6 */ 7 7 8 8 9 +#include <linux/pgtable.h>9 10 #include <asm/head.h> 10 11 #include <asm/asi.h> 11 12 #include <asm/lsu.h> .. .. @@ -13,7 +14,6 @@ 13 14 #include <asm/dcu.h> 14 15 #include <asm/pstate.h> 15 16 #include <asm/page.h> 16 -#include <asm/pgtable.h>17 17 #include <asm/spitfire.h> 18 18 #include <asm/processor.h> 19 19 #include <asm/thread_info.h>