diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2011-02-28 13:35:16 -0500 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2011-03-01 16:20:23 -0500 |
commit | 9ff27fdbd5d1ffbe2e0a277b4b7bfd0eb8a4bb1c (patch) | |
tree | 0600b5b4bb25d4b66da91a329c395336c85752ee /arch/tile/include/asm | |
parent | bbeee4b2815dd318e9ec9d092d7f79061cc8ba36 (diff) | |
download | kernel_samsung_smdk4412-9ff27fdbd5d1ffbe2e0a277b4b7bfd0eb8a4bb1c.zip kernel_samsung_smdk4412-9ff27fdbd5d1ffbe2e0a277b4b7bfd0eb8a4bb1c.tar.gz kernel_samsung_smdk4412-9ff27fdbd5d1ffbe2e0a277b4b7bfd0eb8a4bb1c.tar.bz2 |
arch/tile: export <asm/hardwall.h> 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 <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/include/asm')
-rw-r--r-- | arch/tile/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/include/asm/Kbuild b/arch/tile/include/asm/Kbuild index 3b8f55b..849ab2f 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 |