On Mon, Jan 7, 2019 at 7:28 PM Deepa Dinamani <[email protected]> wrote: > > Many architectures maintain an arch specific copy of the > file even though there are no differences with the asm-generic > one. Allow these architectures to use the generic one instead. > > Signed-off-by: Deepa Dinamani <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > --- > arch/ia64/include/uapi/asm/Kbuild | 1 + > arch/ia64/include/uapi/asm/socket.h | 120 ------------------------- > arch/s390/include/uapi/asm/Kbuild | 1 + > arch/s390/include/uapi/asm/socket.h | 117 ------------------------ > arch/x86/include/uapi/asm/Kbuild | 1 + > arch/x86/include/uapi/asm/socket.h | 1 - > arch/xtensa/include/asm/Kbuild | 1 + > arch/xtensa/include/uapi/asm/Kbuild | 1 + > arch/xtensa/include/uapi/asm/socket.h | 122 -------------------------- > 9 files changed, 5 insertions(+), 360 deletions(-) > delete mode 100644 arch/ia64/include/uapi/asm/socket.h > delete mode 100644 arch/s390/include/uapi/asm/socket.h > delete mode 100644 arch/x86/include/uapi/asm/socket.h > delete mode 100644 arch/xtensa/include/uapi/asm/socket.h
For xtensa: Acked-by: Max Filippov <[email protected]> -- Thanks. -- Max

