diff options
author | David S. Miller <davem@davemloft.net> | 2017-05-21 23:13:37 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-05-21 23:13:37 -0400 |
commit | 1c4f676a68a502e7bef7d0e49952b042d00aa496 (patch) | |
tree | 6db5ee423d0f7e332b95ac5dd2a9519b00a38c1a /arch/m32r | |
parent | 4ab688793e086ef6d1744a0f803fe9770a1ae5d0 (diff) | |
download | linux-1c4f676a68a502e7bef7d0e49952b042d00aa496.tar.bz2 |
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/m32r')
-rw-r--r-- | arch/m32r/include/uapi/asm/socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m32r/include/uapi/asm/socket.h b/arch/m32r/include/uapi/asm/socket.h index ae6548d29a18..5d97890a8704 100644 --- a/arch/m32r/include/uapi/asm/socket.h +++ b/arch/m32r/include/uapi/asm/socket.h @@ -98,4 +98,6 @@ #define SO_COOKIE 57 +#define SCM_TIMESTAMPING_PKTINFO 58 + #endif /* _ASM_M32R_SOCKET_H */ |