From: Takashi Iwai <tiwai@suse.de>
Subject: Export ktime_get_monotonic_offset()
Git-commit: a80b83b7b8456e9b475346c2e01d7e210883208c
Patch-mainline: v3.5-rc6

It's required for the new drm/i915 stuff.
It's a part of the following commit in the upstream:
  commit a80b83b7b8456e9b475346c2e01d7e210883208c
  Input: add infrastructure for selecting clockid for event time stamps
    
Signed-off-by: Takashi Iwai <tiwai@suse.de>

---
 kernel/time/timekeeping.c |    2 ++
 1 file changed, 2 insertions(+)

--- a/kernel/time/timekeeping.c
+++ b/kernel/time/timekeeping.c
@@ -1207,6 +1207,8 @@ ktime_t ktime_get_monotonic_offset(void)
 	} while (read_seqretry(&xtime_lock, seq));
 	return timespec_to_ktime(wtom);
 }
+EXPORT_SYMBOL_GPL(ktime_get_monotonic_offset);
+
 
 /**
  * xtime_update() - advances the timekeeping infrastructure
