]> git.baikalelectronics.ru Git - kernel.git/commit
ptp: remove 32 bit get/set methods.
authorRichard Cochran <richardcochran@gmail.com>
Sun, 29 Mar 2015 21:12:13 +0000 (23:12 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 Mar 2015 16:01:19 +0000 (12:01 -0400)
commit4f915fed36d9f9c900437b7a75a1fc4f53d1cd90
tree7e9d6452f150edd63d2a6f911b355152f6d0fb60
parent29e983848ea7d657645d42805e9d162a1293c56a
ptp: remove 32 bit get/set methods.

All of the PHC drivers have been converted to the new methods.  This patch
converts the three remaining callers within the core code and removes the
older methods for good.  As a result, the core PHC code is ready for the
year 2038.  However, some of the PHC drivers are not quite ready yet.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ptp/ptp_chardev.c
drivers/ptp/ptp_clock.c
include/linux/ptp_clock_kernel.h