Re: [PATCH v3 1/8] arch: Use asm-generic/socket.h when possible
From: Heiko Carstens <hidden>
Date: 2019-01-08 08:22:31
Also in:
linux-s390, lkml
From: Heiko Carstens <hidden>
Date: 2019-01-08 08:22:31
Also in:
linux-s390, lkml
On Mon, Jan 07, 2019 at 07:26:50PM -0800, Deepa Dinamani 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 <redacted> --- arch/s390/include/uapi/asm/Kbuild | 1 + arch/s390/include/uapi/asm/socket.h | 117 ------------------------
For the s390 bits: Acked-by: Heiko Carstens <redacted>