Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+3 -3
-3
arch/tile/include/asm/Kbuild
··· 1 1 2 2 header-y += ../arch/ 3 3 4 - header-y += ucontext.h 5 - 6 4 generic-y += bug.h 7 5 generic-y += bugs.h 8 6 generic-y += clkdev.h ··· 35 37 generic-y += termbits.h 36 38 generic-y += termios.h 37 39 generic-y += types.h 38 - generic-y += ucontext.h 39 40 generic-y += xor.h
+3
arch/tile/include/uapi/asm/Kbuild
··· 15 15 header-y += signal.h 16 16 header-y += stat.h 17 17 header-y += swab.h 18 + header-y += ucontext.h 18 19 header-y += unistd.h 20 + 21 + generic-y += ucontext.h