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