diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-05-05 23:47:56 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-04-20 17:19:56 +0300 |
commit | 6f22a7f4e58197092fbfc36db803fa80881a67ff (patch) | |
tree | a3214b021078cb42bb536ad3a4cd042b173f8856 /arch/ia64/include/uapi/asm/ipcbuf.h | |
parent | 469599f644ce2120ceac18cfe5c39cc62c78c041 (diff) | |
download | linux-6f22a7f4e58197092fbfc36db803fa80881a67ff.tar.xz |
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/ipcbuf.h')
-rw-r--r-- | arch/ia64/include/uapi/asm/ipcbuf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ia64/include/uapi/asm/ipcbuf.h b/arch/ia64/include/uapi/asm/ipcbuf.h deleted file mode 100644 index 90d6445a14df..000000000000 --- a/arch/ia64/include/uapi/asm/ipcbuf.h +++ /dev/null @@ -1,2 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ -#include <asm-generic/ipcbuf.h> |