aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/include/uapi/asm/Kbuild
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-05-05 22:47:56 +0200
committerArnd Bergmann <arnd@arndb.de>2018-04-20 16:19:56 +0200
commit6f22a7f4e58197092fbfc36db803fa80881a67ff (patch)
treea3214b021078cb42bb536ad3a4cd042b173f8856 /arch/ia64/include/uapi/asm/Kbuild
parenty2038: alpha: Remove unneeded ipc uapi header files (diff)
downloadlinux-dev-6f22a7f4e58197092fbfc36db803fa80881a67ff.tar.xz
linux-dev-6f22a7f4e58197092fbfc36db803fa80881a67ff.zip
y2038: ia64: Remove unneeded ipc uapi header files
The ia64 ipcbuf/msgbuf/sembuf/shmbuf header files are all identical to the version from asm-generic. This patch removes the files and replaces them with 'generic-y' statements as part of the y2038 changes. While ia64 no longer has a compat mode and doesn't need the file any more, it seem nicer to clean this up anyway. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/ia64/include/uapi/asm/Kbuild')
-rw-r--r--arch/ia64/include/uapi/asm/Kbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/ia64/include/uapi/asm/Kbuild b/arch/ia64/include/uapi/asm/Kbuild
index c0527cfc48f0..3982e673e967 100644
--- a/arch/ia64/include/uapi/asm/Kbuild
+++ b/arch/ia64/include/uapi/asm/Kbuild
@@ -2,5 +2,9 @@
include include/uapi/asm-generic/Kbuild.asm
generic-y += bpf_perf_event.h
+generic-y += ipcbuf.h
generic-y += kvm_para.h
+generic-y += msgbuf.h
generic-y += poll.h
+generic-y += sembuf.h
+generic-y += shmbuf.h