aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/uapi/asm/Kbuild
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2013-07-03 13:40:58 +0000
committerRalf Baechle <ralf@linux-mips.org>2013-08-26 15:31:52 +0200
commitcad3b624853b6f34f19693b9812df0d473a6fd40 (patch)
tree5a3118225b3d9442826d6c100503cb7fd69dada6 /arch/mips/include/uapi/asm/Kbuild
parentMIPS: tlbex: Guard tlbmiss_handler_setup_pgd (diff)
downloadlinux-dev-cad3b624853b6f34f19693b9812df0d473a6fd40.tar.xz
linux-dev-cad3b624853b6f34f19693b9812df0d473a6fd40.zip
MIPS: use generic-y where possible
Use generic-y and remove headers in arch/mips/include/[uapi/]asm/Kbuild where the header just includes or is identical to the corresponding <asm-generic/*.h>. We can't do the same for uapi/asm/kvm_para.h because it's presence is explicitly checked in include/uapi/linux/Kbuild to decide whether to add kvm_para.h to header-y. Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Christoph Lameter <cl@linux-foundation.org> Cc: Tejun Heo <tj@kernel.org> Cc: Dave Jones <davej@redhat.com> Cc: David Howells <dhowells@redhat.com> Cc: David Sharp <dhsharp@google.com> Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/5581/ 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/Kbuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/mips/include/uapi/asm/Kbuild b/arch/mips/include/uapi/asm/Kbuild
index 350ccccadcb9..be7196eacb88 100644
--- a/arch/mips/include/uapi/asm/Kbuild
+++ b/arch/mips/include/uapi/asm/Kbuild
@@ -1,7 +1,9 @@
# UAPI Header export list
include include/uapi/asm-generic/Kbuild.asm
-header-y += auxvec.h
+generic-y += auxvec.h
+generic-y += ipcbuf.h
+
header-y += bitsperlong.h
header-y += break.h
header-y += byteorder.h
@@ -11,7 +13,6 @@ header-y += fcntl.h
header-y += inst.h
header-y += ioctl.h
header-y += ioctls.h
-header-y += ipcbuf.h
header-y += kvm_para.h
header-y += mman.h
header-y += msgbuf.h