[PATCH -rt] export symbol jiffies_to_timespec

From: Steven Rostedt
Date: Sat Sep 23 2006 - 13:44:47 EST



Hi Ingo,

My Atheros wireless nic driver doesn't load without this patch.

-- Steve

Signed-off-by: Steven Rostedt <rostedt@xxxxxxxxxxx>

Index: linux-2.6.18-rt3/kernel/time.c
===================================================================
--- linux-2.6.18-rt3.orig/kernel/time.c 2006-09-23 13:29:31.000000000 -0400
+++ linux-2.6.18-rt3/kernel/time.c 2006-09-23 13:30:11.000000000 -0400
@@ -613,6 +613,8 @@ jiffies_to_timespec(const unsigned long
value->tv_sec = div_long_long_rem(nsec, NSEC_PER_SEC, &value->tv_nsec);
}

+EXPORT_SYMBOL(jiffies_to_timespec);
+
/* Same for "timeval"
*
* Well, almost. The problem here is that the real system resolution is
-
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/