aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/pgtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/pgtable.h')
-rw-r--r--arch/m68k/include/asm/pgtable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/include/asm/pgtable.h b/arch/m68k/include/asm/pgtable.h
index ee6759eb445a..a3d733b524d2 100644
--- a/arch/m68k/include/asm/pgtable.h
+++ b/arch/m68k/include/asm/pgtable.h
@@ -1,5 +1,5 @@
1#ifdef __uClinux__ 1#ifdef __uClinux__
2#include "pgtable_no.h" 2#include <asm/pgtable_no.h>
3#else 3#else
4#include "pgtable_mm.h" 4#include <asm/pgtable_mm.h>
5#endif 5#endif