mirror of
https://github.com/torvalds/linux.git
synced 2026-01-12 00:42:35 +08:00
time: export timespec64_add_safe() symbol
Export the timespec64_add_safe() symbol so that this function can be used in modules where computation of time related is done. Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Link: https://patch.msgid.link/20250901-relative_flex_pps-v4-1-b874971dfe85@foss.st.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
59aec9138f
commit
96c88268b7
@@ -858,6 +858,7 @@ struct timespec64 timespec64_add_safe(const struct timespec64 lhs,
|
||||
|
||||
return res;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(timespec64_add_safe);
|
||||
|
||||
/**
|
||||
* get_timespec64 - get user's time value into kernel space
|
||||
|
||||
Reference in New Issue
Block a user