From: David S. Miller Date: Mon, 22 May 2017 14:26:24 +0000 (-0400) Subject: net: Fix parisc SCM_TIMESTAMPING_PKTINFO value. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f5a64d64b5f5f42999f029f6c04f6dda19339566;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git net: Fix parisc SCM_TIMESTAMPING_PKTINFO value. Needs to follow the existing sequence. Reported-by: Stephen Rothwell Signed-off-by: David S. Miller --- diff --git a/arch/parisc/include/uapi/asm/socket.h b/arch/parisc/include/uapi/asm/socket.h index 784b871592f2..b893ca14fade 100644 --- a/arch/parisc/include/uapi/asm/socket.h +++ b/arch/parisc/include/uapi/asm/socket.h @@ -97,6 +97,6 @@ #define SO_COOKIE 0x4032 -#define SCM_TIMESTAMPING_PKTINFO 58 +#define SCM_TIMESTAMPING_PKTINFO 0x4033 #endif /* _UAPI_ASM_SOCKET_H */