From: Chris Metcalf Date: Mon, 28 Feb 2011 18:35:16 +0000 (-0500) Subject: arch/tile: export to userspace X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9ff27fdbd5d1ffbe2e0a277b4b7bfd0eb8a4bb1c;p=deliverable%2Flinux.git arch/tile: export to userspace This should have been as part of the initial hardwall submission to LKML but was overlooked. The header provides the ioctl definitions for manipulating the hardwall fd, so needs to be available to userspace. Signed-off-by: Chris Metcalf --- diff --git a/arch/tile/include/asm/Kbuild b/arch/tile/include/asm/Kbuild index 3b8f55b82dee..849ab2fa1f5c 100644 --- a/arch/tile/include/asm/Kbuild +++ b/arch/tile/include/asm/Kbuild @@ -1,3 +1,4 @@ include include/asm-generic/Kbuild.asm header-y += ucontext.h +header-y += hardwall.h