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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Export jiffies_to_timespec; previously modules used the inlined header version.

Signed-off-by: Jeremy Fitzhardinge <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux