File tree Expand file tree Collapse file tree 3 files changed +1
-17
lines changed Expand file tree Collapse file tree 3 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,5 @@ static inline ktime_t ms_to_ktime(u64 ms)
230
230
}
231
231
232
232
# include <linux/timekeeping.h>
233
- # include <linux/timekeeping32.h>
234
233
235
234
#endif
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -991,8 +991,7 @@ EXPORT_SYMBOL_GPL(ktime_get_seconds);
991
991
/**
992
992
* ktime_get_real_seconds - Get the seconds portion of CLOCK_REALTIME
993
993
*
994
- * Returns the wall clock seconds since 1970. This replaces the
995
- * get_seconds() interface which is not y2038 safe on 32bit systems.
994
+ * Returns the wall clock seconds since 1970.
996
995
*
997
996
* For 64bit systems the fast access to tk->xtime_sec is preserved. On
998
997
* 32bit systems the access must be protected with the sequence
You can’t perform that action at this time.
0 commit comments