Skip to content

Commit

Permalink
UAPI: The tile arch uses the generic ucontext.h file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Howells committed Oct 17, 2012
1 parent 4c7b279 commit e4522fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/tile/include/asm/Kbuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@

header-y += ../arch/

header-y += ucontext.h

generic-y += bug.h
generic-y += bugs.h
generic-y += clkdev.h
Expand Down Expand Up @@ -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
3 changes: 3 additions & 0 deletions arch/tile/include/uapi/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e4522fc

Please sign in to comment.