summaryrefslogtreecommitdiffstats
path: root/include/asm-frv/Kbuild
diff options
context:
space:
mode:
authorAl Viro2007-02-01 14:08:45 +0100
committerLinus Torvalds2007-02-02 01:17:05 +0100
commite7bc537db9e13adee1f294aa370f16d80f40b73d (patch)
tree23d7c8f6c66c197faa869055a6fc5e4edb3fa6ee /include/asm-frv/Kbuild
parentMerge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 (diff)
downloadkernel-qcow2-linux-e7bc537db9e13adee1f294aa370f16d80f40b73d.tar.gz
kernel-qcow2-linux-e7bc537db9e13adee1f294aa370f16d80f40b73d.tar.xz
kernel-qcow2-linux-e7bc537db9e13adee1f294aa370f16d80f40b73d.zip
[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>
Diffstat (limited to 'include/asm-frv/Kbuild')
-rw-r--r--include/asm-frv/Kbuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-frv/Kbuild b/include/asm-frv/Kbuild
index c68e1680da01..966a9836d556 100644
--- a/include/asm-frv/Kbuild
+++ b/include/asm-frv/Kbuild
@@ -1 +1,7 @@
include include/asm-generic/Kbuild.asm
+
+header-y += registers.h
+
+unifdef-y += termios.h
+unifdef-y += ptrace.h
+unifdef-y += page.h