Fix 'make headers_check' on sh64
authorPaul Mundt <lethal@linux-sh.org>
Tue, 19 Sep 2006 18:27:17 +0000 (03:27 +0900)
committerDavid Woodhouse <dwmw2@infradead.org>
Thu, 21 Sep 2006 07:37:10 +0000 (08:37 +0100)
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>
include/asm-sh64/page.h
include/asm-sh64/shmparam.h
include/asm-sh64/signal.h
include/asm-sh64/user.h

index 34fb347..472089a 100644 (file)
@@ -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 */
Simple merge
Simple merge
Simple merge