]> git.hungrycats.org Git - linux/commitdiff
ktime: export ktime_divns
authorJiri Slaby <jslaby@suse.cz>
Wed, 13 Jul 2016 07:01:13 +0000 (09:01 +0200)
committerJiri Slaby <jslaby@suse.cz>
Thu, 21 Jul 2016 06:36:05 +0000 (08:36 +0200)
ktime_divns was exported in upstream as a side-effect of commit
166afb64511eef08e13331b970c44fe91cea45ef (ktime: Sanitize
ktime_to_us/ms conversion). But we do not want the commit given ktime
is not nanoseconds in 3.12 yet.

So we only export the function here as it is needed by upstream commit
d2c5cf88d5282de258f4eb6ab40040b80a075cd8 (ALSA: hrtimer: Handle
start/stop more properly):
ERROR: "ktime_divns" [sound/core/snd-hrtimer.ko] undefined!

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Takashi Iwai <tiwai@suse.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: John Stultz <john.stultz@linaro.org>
kernel/hrtimer.c

index aa149222cd8eb3ccb3c9baf6466898496ac81476..63903212933aef22b9c48b39f3a7ca77eedf0211 100644 (file)
@@ -349,6 +349,7 @@ u64 ktime_divns(const ktime_t kt, s64 div)
 
        return dclc;
 }
+EXPORT_SYMBOL_GPL(ktime_divns);
 #endif /* BITS_PER_LONG >= 64 */
 
 /*