]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
tcp: fix the missing avr32 SOF_TIMESTAMPING_OPT_STATS
authorYuchung Cheng <ycheng@google.com>
Sat, 3 Dec 2016 22:46:22 +0000 (14:46 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 4 Dec 2016 00:05:40 +0000 (19:05 -0500)
The commit of SOF_TIMESTAMPING_OPT_STATS didn't include the
new header for avr32, causing build to break. The patch fixes it.

Fixes: 1c885808e456 ("tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING")
Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/avr32/include/uapi/asm/socket.h

index 1fd147f09a3805d75f1e8150a825250a6e38121b..5a650426f35703e82db1149a4049b8575b21d85f 100644 (file)
@@ -90,4 +90,6 @@
 
 #define SO_CNX_ADVICE          53
 
+#define SCM_TIMESTAMPING_OPT_STATS     54
+
 #endif /* _UAPI__ASM_AVR32_SOCKET_H */