diff options
author | David Howells <dhowells@redhat.com> | 2012-10-17 12:31:16 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-17 12:31:16 +0100 |
commit | e4522fcb5a29ec55640082b445200e01d61e50ba (patch) | |
tree | d4963640214f3e97d41f0ec56796452bf27086b4 /arch/tile | |
parent | 4c7b279c1a03392184c75fa5f38b58e2b9c882cf (diff) | |
download | op-kernel-dev-e4522fcb5a29ec55640082b445200e01d61e50ba.zip op-kernel-dev-e4522fcb5a29ec55640082b445200e01d61e50ba.tar.gz |
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')
-rw-r--r-- | arch/tile/include/asm/Kbuild | 3 | ||||
-rw-r--r-- | arch/tile/include/uapi/asm/Kbuild | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/tile/include/asm/Kbuild b/arch/tile/include/asm/Kbuild index c68808a..6948015 100644 --- a/arch/tile/include/asm/Kbuild +++ b/arch/tile/include/asm/Kbuild @@ -1,8 +1,6 @@ header-y += ../arch/ -header-y += ucontext.h - generic-y += bug.h generic-y += bugs.h generic-y += clkdev.h @@ -37,5 +35,4 @@ generic-y += statfs.h generic-y += termbits.h generic-y += termios.h generic-y += types.h -generic-y += ucontext.h generic-y += xor.h diff --git a/arch/tile/include/uapi/asm/Kbuild b/arch/tile/include/uapi/asm/Kbuild index 5c6915f..c20db8e 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 |