diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-01-17 18:11:16 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-02-01 13:00:20 +0400 |
commit | 90e8cacdbe0c7f07221ed500f0eb23fe1ee93699 (patch) | |
tree | baab3d62baef4604a3a1a3f4aa7eea575f921d0d /arch/mips/include/uapi/asm/Kbuild | |
parent | b9688310d774cf0a3af8261370c2b7d6ed6ddcd4 (diff) | |
download | linux-90e8cacdbe0c7f07221ed500f0eb23fe1ee93699.tar.xz |
MIPS: UAPI: Split inst.h into exported and kernel-only part.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/uapi/asm/Kbuild')
-rw-r--r-- | arch/mips/include/uapi/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/uapi/asm/Kbuild b/arch/mips/include/uapi/asm/Kbuild index 77d4fb33f75a..350ccccadcb9 100644 --- a/arch/mips/include/uapi/asm/Kbuild +++ b/arch/mips/include/uapi/asm/Kbuild @@ -8,6 +8,7 @@ header-y += byteorder.h header-y += cachectl.h header-y += errno.h header-y += fcntl.h +header-y += inst.h header-y += ioctl.h header-y += ioctls.h header-y += ipcbuf.h |