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>

No differences found