Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 913b3925 authored by Artem Borisov's avatar Artem Borisov Committed by Greg Kroah-Hartman
Browse files

timekeeping: Remove unused variable from tk_update_ktime_data



In commit 49790691 usage of seconds variable was removed,
but variable itself was left and caused an unnecessary warning.

Signed-off-by: default avatarArtem Borisov <dedsa2002@gmail.com>
parent 5524e0ef
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -411,7 +411,6 @@ EXPORT_SYMBOL_GPL(pvclock_gtod_unregister_notifier);
 */
static inline void tk_update_ktime_data(struct timekeeper *tk)
{
	u64 seconds;
	s64 nsec;

	/*