[PATCH 2.6.19-rc1-mm1] Export jiffies_to_timespec()

From: Jeremy Fitzhardinge
Date: Tue Oct 10 2006 - 20:38:36 EST


Export jiffies_to_timespec; previously modules used the inlined header version.

Signed-off-by: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Cc: Andrew Morton <akpm@xxxxxxxx>
Cc: tglx@xxxxxxxxxxxxx
Cc: mingo@xxxxxxx
Cc: johnstul@xxxxxxxxxx

diff -r 821dbffe1ec5 kernel/time.c
--- a/kernel/time.c Tue Oct 10 16:35:36 2006 -0700
+++ b/kernel/time.c Tue Oct 10 16:35:55 2006 -0700
@@ -607,6 +607,7 @@ jiffies_to_timespec(const unsigned long u64 nsec = (u64)jiffies * TICK_NSEC;
value->tv_sec = div_long_long_rem(nsec, NSEC_PER_SEC, &value->tv_nsec);
}
+EXPORT_SYMBOL(jiffies_to_timespec);

/* Same for "timeval"
*


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/