linux-stable/tools/testing/selftests/networking/timestamping
Shuah Khan 877d53c295 selftests: timestamping: Fix SIOCGSTAMP undeclared build failure
Add missing linux/sockios.h include to fix the following SIOCGSTAMP
undeclared build error. In addition, remove the local defines for
SIOCGSTAMPNS and SIOCSHWTSTAMP and pick them up from linux/sockios.h.

timestamping.c:249:19: error: SIOCGSTAMP undeclared
   if (ioctl(sock, SIOCGSTAMP, &tv))

Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2019-06-28 14:31:12 -06:00
..
.gitignore
Makefile selftests: fix timestamping Makefile 2019-02-14 12:03:16 -05:00
config selftests: add txtimestamp kselftest 2018-12-20 17:01:17 -08:00
hwtstamp_config.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
rxtimestamp.c selftests: add missing include unistd 2019-02-03 11:17:30 -08:00
timestamping.c selftests: timestamping: Fix SIOCGSTAMP undeclared build failure 2019-06-28 14:31:12 -06:00
txtimestamp.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 2019-06-05 17:37:06 +02:00
txtimestamp.sh selftests: add txtimestamp kselftest 2018-12-20 17:01:17 -08:00