rtc: fsl-ftm-alarm: switch to ktime_get_real_seconds
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 16 Oct 2019 20:12:21 +0000 (22:12 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 8 Nov 2019 15:14:08 +0000 (16:14 +0100)
commitdb2a4af115c4d421bbde6ffedb67112134e3ccd2
treeef31c78f303dce26153a2bbf63f135c2aea0cfad
parent62409933b8d5afc9f09878608f3a38cf1b5467c2
rtc: fsl-ftm-alarm: switch to ktime_get_real_seconds

The driver drops the nanoseconds part of the timespec64, there is no need
to call ktime_get_real_ts64.

Link: https://lore.kernel.org/r/20191016201223.30568-2-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-fsl-ftm-alarm.c