diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2010-02-15 14:49:37 +0900 | 
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2010-02-15 14:49:37 +0900 | 
| commit | 028c5d5d596651bce13d06737eb3707a7e99a30c (patch) | |
| tree | e4e429858a19635ad2b5aa563bf1b4e39396d4e2 /kernel/time/timekeeping.c | |
| parent | 19f6b8b44e3f633d5d7d1ed68848b1eb89a1e800 (diff) | |
| parent | 4b505db9c4c72dbd2a8e66b8d681640101325af6 (diff) | |
Merge branch 'sh/stable-updates'
Diffstat (limited to 'kernel/time/timekeeping.c')
| -rw-r--r-- | kernel/time/timekeeping.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index 7faaa32fbf4..e2ab064c6d4 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c @@ -880,6 +880,7 @@ void getboottime(struct timespec *ts)  	set_normalized_timespec(ts, -boottime.tv_sec, -boottime.tv_nsec);  } +EXPORT_SYMBOL_GPL(getboottime);  /**   * monotonic_to_bootbased - Convert the monotonic time to boot based. @@ -889,6 +890,7 @@ void monotonic_to_bootbased(struct timespec *ts)  {  	*ts = timespec_add_safe(*ts, total_sleep_time);  } +EXPORT_SYMBOL_GPL(monotonic_to_bootbased);  unsigned long get_seconds(void)  {  | 
