Export the symbol of getboottime and mmonotonic_to_bootbased

Export getboottime and monotonic_to_bootbased in order to let them
could be used by following patch.

Cc: stable@kernel.org
Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

authored by

Jason Wang and committed by
Avi Kivity
c93d89f3 6339204e

+2
+2
kernel/time/timekeeping.c
··· 880 881 set_normalized_timespec(ts, -boottime.tv_sec, -boottime.tv_nsec); 882 } 883 884 /** 885 * monotonic_to_bootbased - Convert the monotonic time to boot based. ··· 890 { 891 *ts = timespec_add_safe(*ts, total_sleep_time); 892 } 893 894 unsigned long get_seconds(void) 895 {
··· 880 881 set_normalized_timespec(ts, -boottime.tv_sec, -boottime.tv_nsec); 882 } 883 + EXPORT_SYMBOL_GPL(getboottime); 884 885 /** 886 * monotonic_to_bootbased - Convert the monotonic time to boot based. ··· 889 { 890 *ts = timespec_add_safe(*ts, total_sleep_time); 891 } 892 + EXPORT_SYMBOL_GPL(monotonic_to_bootbased); 893 894 unsigned long get_seconds(void) 895 {