diff options
author | David S. Miller | 2017-05-22 05:13:37 +0200 |
---|---|---|
committer | David S. Miller | 2017-05-22 05:13:37 +0200 |
commit | 1c4f676a68a502e7bef7d0e49952b042d00aa496 (patch) | |
tree | 6db5ee423d0f7e332b95ac5dd2a9519b00a38c1a /arch/xtensa/include/uapi/asm/socket.h | |
parent | tcp: fix tcp_probe_timer() for TCP_USER_TIMEOUT (diff) | |
download | kernel-qcow2-linux-1c4f676a68a502e7bef7d0e49952b042d00aa496.tar.gz kernel-qcow2-linux-1c4f676a68a502e7bef7d0e49952b042d00aa496.tar.xz kernel-qcow2-linux-1c4f676a68a502e7bef7d0e49952b042d00aa496.zip |
net: Define SCM_TIMESTAMPING_PKTINFO on all architectures.
A definition was only provided for asm-generic/socket.h
using platforms, define it for the others as well
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/xtensa/include/uapi/asm/socket.h')
-rw-r--r-- | arch/xtensa/include/uapi/asm/socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/xtensa/include/uapi/asm/socket.h b/arch/xtensa/include/uapi/asm/socket.h index 1eb6d2fe70d3..982c2533f912 100644 --- a/arch/xtensa/include/uapi/asm/socket.h +++ b/arch/xtensa/include/uapi/asm/socket.h @@ -109,4 +109,6 @@ #define SO_COOKIE 57 +#define SCM_TIMESTAMPING_PKTINFO 58 + #endif /* _XTENSA_SOCKET_H */ |