diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-19 20:27:17 +0200 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-09-21 09:37:10 +0200 |
commit | 029669da25efa18ee4b8911e694fdcf4a11c8cbe (patch) | |
tree | 6abe2d1a290865a11e554c92110316cc31560dc8 /include/asm-sh64/page.h | |
parent | Fix 'make headers_check' on sh (diff) | |
download | linux-029669da25efa18ee4b8911e694fdcf4a11c8cbe.tar.xz linux-029669da25efa18ee4b8911e694fdcf4a11c8cbe.zip |
Fix 'make headers_check' on sh64
Cleanup for user headers, as noted:
asm-sh64/page.h requires asm-generic/memory_model.h, which does not exist in exported headers
asm-sh64/shmparam.h requires asm/cache.h, which does not exist in exported headers
asm-sh64/signal.h requires asm/processor.h, which does not exist in exported headers
asm-sh64/user.h requires asm/processor.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-sh64/page.h')
-rw-r--r-- | include/asm-sh64/page.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-sh64/page.h b/include/asm-sh64/page.h index 34fb34754ae6..472089aefc60 100644 --- a/include/asm-sh64/page.h +++ b/include/asm-sh64/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_SH64_PAGE_H */ |