[PATCH] fix frv headers_check
authorAl Viro <viro@ftp.linux.org.uk>
Thu, 1 Feb 2007 13:08:45 +0000 (13:08 +0000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 2 Feb 2007 00:17:05 +0000 (16:17 -0800)
commite7bc537db9e13adee1f294aa370f16d80f40b73d
tree23d7c8f6c66c197faa869055a6fc5e4edb3fa6ee
parent190ff5b3a168b666925897558998b5d97fec8731
[PATCH] fix frv headers_check

a) registers.h is really needed there
b) include of asm-generic/termios should be under __KERNEL__
c) includes of asm-generic/{memory_model,page} should be under
   __KERNEL (nothing in there that would work in userland)
d) a lot of stuff in ptrace.h should be under __KERNEL__.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-frv/Kbuild
include/asm-frv/page.h
include/asm-frv/ptrace.h
include/asm-frv/termios.h