kernel/arch/sparc/lib/clear_page.S
.. .. @@ -5,10 +5,10 @@ 5 5 * Copyright (C) 1997 Jakub Jelinek (jakub@redhat.com) 6 6 */ 7 7 8 +#include <linux/pgtable.h>8 9 #include <asm/visasm.h> 9 10 #include <asm/thread_info.h> 10 11 #include <asm/page.h> 11 -#include <asm/pgtable.h>12 12 #include <asm/spitfire.h> 13 13 #include <asm/head.h> 14 14 #include <asm/export.h>