On 6/17/2016 12:15 PM, Arnd Bergmann wrote:
The conversion to the 64-bit time based ptp methods left two instances of 'struct timespec' in place. This is harmless because 64-bit architectures define timespec64 as timespec, and this driver is not used on 32-bit machines.
However, using 'struct timespec64' directly is obviously the right thing to do, and will help us remove 'struct timespec' in the future.
Signed-off-by: Arnd Bergmannarnd@arndb.de Fixes: b9acf24f779c ("ptp: tilegx: convert to the 64 bit get/set time methods.")
drivers/net/ethernet/tile/tilegx.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Acked-by: Chris Metcalf cmetcalf@mellanox.com