Merge branch 'ptp-ns_to_timespec64'
authorDavid S. Miller <davem@davemloft.net>
Tue, 31 Mar 2015 21:19:19 +0000 (17:19 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 Mar 2015 21:19:19 +0000 (17:19 -0400)
commit9911674fcf1f239ff3c87e56177c4826e33dfd95
tree7985606e6f695ebcf55d6a409f2f2c9d7e2a19c0
parentf6a69a8fd6c009c0f5958f769dd4165773c75695
parent0704fae33c201dbda338f748b45ebae54eeb4a69
Merge branch 'ptp-ns_to_timespec64'

Richard Cochran says:

====================
ptp: remove open coded ns_to_timespec64 and reverse

This patch series is a follow up to the recent timespec64 work for the
PTP Hardware Clock drivers.  Arnd noticed that drivers are using open
coded implementations of ns_to_timespec64 and timespec64_to_ns.  This
series replaces the open coded logic with the helper functions.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>