y2038: alpha: Remove unneeded ipc uapi header files
The alpha 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 series. Since there is no 32-bit
syscall support for alpha, we don't need the other changes, but
it's good to have clean this up anyway.
Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
Showing
- arch/alpha/include/uapi/asm/Kbuild 4 additions, 0 deletionsarch/alpha/include/uapi/asm/Kbuild
- arch/alpha/include/uapi/asm/ipcbuf.h 0 additions, 2 deletionsarch/alpha/include/uapi/asm/ipcbuf.h
- arch/alpha/include/uapi/asm/msgbuf.h 0 additions, 28 deletionsarch/alpha/include/uapi/asm/msgbuf.h
- arch/alpha/include/uapi/asm/sembuf.h 0 additions, 23 deletionsarch/alpha/include/uapi/asm/sembuf.h
- arch/alpha/include/uapi/asm/shmbuf.h 0 additions, 39 deletionsarch/alpha/include/uapi/asm/shmbuf.h
arch/alpha/include/uapi/asm/ipcbuf.h
deleted
100644 → 0
arch/alpha/include/uapi/asm/msgbuf.h
deleted
100644 → 0
arch/alpha/include/uapi/asm/sembuf.h
deleted
100644 → 0
arch/alpha/include/uapi/asm/shmbuf.h
deleted
100644 → 0
Please register or sign in to comment