commit | 0704fae33c201dbda338f748b45ebae54eeb4a69 | [log] [tgz] |
---|---|---|
author | Richard Cochran <richardcochran@gmail.com> | Tue Mar 31 23:08:13 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 31 17:19:19 2015 -0400 |
tree | 7985606e6f695ebcf55d6a409f2f2c9d7e2a19c0 | |
parent | 6630514fcee9987a06e991956a1e8eaa2a421a70 [diff] |
ptp: ixgbe: use helpers for converting ns to timespec. This patch changes the driver to use ns_to_timespec64() and timespec64_to_ns() instead of open coding the same logic. Compile tested only. Signed-off-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>