summaryrefslogtreecommitdiff
path: root/arch/tile/include/uapi
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-10-17 15:31:16 +0400
committerDavid Howells <dhowells@redhat.com>2012-10-17 15:31:16 +0400
commite4522fcb5a29ec55640082b445200e01d61e50ba (patch)
treed4963640214f3e97d41f0ec56796452bf27086b4 /arch/tile/include/uapi
parent4c7b279c1a03392184c75fa5f38b58e2b9c882cf (diff)
downloadlinux-e4522fcb5a29ec55640082b445200e01d61e50ba.tar.xz
UAPI: The tile arch uses the generic ucontext.h file
Move the header-y and generic-y lines for ucontext.h from arch/tile/include/asm/Kbuild to the uapi/ Kbuild as the asm-generic variant is used. Signed-off-by: David Howells <dhowells@redhat.com> cc: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/include/uapi')
-rw-r--r--arch/tile/include/uapi/asm/Kbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/tile/include/uapi/asm/Kbuild b/arch/tile/include/uapi/asm/Kbuild
index 5c6915fd30b5..c20db8e428bf 100644
--- a/arch/tile/include/uapi/asm/Kbuild
+++ b/arch/tile/include/uapi/asm/Kbuild
@@ -15,4 +15,7 @@ header-y += siginfo.h
header-y += signal.h
header-y += stat.h
header-y += swab.h
+header-y += ucontext.h
header-y += unistd.h
+
+generic-y += ucontext.h