aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/page.h')
-rw-r--r--include/asm-mips/page.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-mips/page.h b/include/asm-mips/page.h
index d2ea983bec06..635aa44d2290 100644
--- a/include/asm-mips/page.h
+++ b/include/asm-mips/page.h
@@ -9,9 +9,6 @@
9#ifndef _ASM_PAGE_H 9#ifndef _ASM_PAGE_H
10#define _ASM_PAGE_H 10#define _ASM_PAGE_H
11 11
12
13#ifdef __KERNEL__
14
15#include <spaces.h> 12#include <spaces.h>
16 13
17/* 14/*
@@ -190,6 +187,4 @@ typedef struct { unsigned long pgprot; } pgprot_t;
190#include <asm-generic/memory_model.h> 187#include <asm-generic/memory_model.h>
191#include <asm-generic/page.h> 188#include <asm-generic/page.h>
192 189
193#endif /* defined (__KERNEL__) */
194
195#endif /* _ASM_PAGE_H */ 190#endif /* _ASM_PAGE_H */