diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-20 03:25:34 +0900 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-09-21 08:36:50 +0100 |
commit | b5233d0704c9a6147ebbfabc576d1638b3ac5274 (patch) | |
tree | af5f587d45cba760ddee8304d8b72fb9007fc1f7 /include/asm-sh/page.h | |
parent | 6ff6340abeaaf1a15587c87dac3e56754778cc7a (diff) | |
download | op-kernel-dev-b5233d0704c9a6147ebbfabc576d1638b3ac5274.zip op-kernel-dev-b5233d0704c9a6147ebbfabc576d1638b3ac5274.tar.gz |
Fix 'make headers_check' on sh
Cleanup for user headers, as noted:
asm-sh/page.h requires asm-generic/memory_model.h, which does not exist in exported headers
asm-sh/ptrace.h requires asm/ubc.h, which does not exist in exported headers
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/asm-sh/page.h')
-rw-r--r-- | include/asm-sh/page.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-sh/page.h b/include/asm-sh/page.h index 5a057b0..6f7eb8a 100644 --- a/include/asm-sh/page.h +++ b/include/asm-sh/page.h @@ -112,9 +112,8 @@ typedef struct { unsigned long pgprot; } pgprot_t; #define VM_DATA_DEFAULT_FLAGS (VM_READ | VM_WRITE | VM_EXEC | \ VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC) -#endif /* __KERNEL__ */ - #include <asm-generic/memory_model.h> #include <asm-generic/page.h> +#endif /* __KERNEL__ */ #endif /* __ASM_SH_PAGE_H */ |