]> 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)
commita70c8d9536e89ceb994cd54c983725b3ce01d62a
treed948b42c4caec639ec9dfb536289e3a7b566ceae
parent0a4125cf0e2e2e6ac21a544fcda644a4581e9141
ptp: Fix example program to match kernel.

Ever since commit d6fd4f764ab7 ("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