]> git.baikalelectronics.ru Git - kernel.git/commit
ptp: Fix example program to match kernel.
authorRichard Cochran <richardcochran@gmail.com>
Mon, 20 May 2019 05:15:05 +0000 (22:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 May 2019 00:23:52 +0000 (20:23 -0400)
commitd2cace4dffd19eddc797206c9f5b6516070a43a0
treed948b42c4caec639ec9dfb536289e3a7b566ceae
parent708c194436aedddfae234f5114fb4c3205f8134a
ptp: Fix example program to match kernel.

Ever since commit 1f8f4c3d15b3 ("posix-clocks: Remove interval timer
facility and mmap/fasync callbacks") the possibility of PHC based
posix timers has been removed.  In addition it will probably never
make sense to implement this functionality.

This patch removes the misleading example code which seems to suggest
that posix timers for PHC devices will ever be a thing.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/ptp/testptp.c