In article <20080421.142857.234288906.davem@xxxxxxxxxxxxx> (at Mon, 21 Apr 2008 14:28:57 -0700 (PDT)), David Miller <davem@xxxxxxxxxxxxx> says: > Thanks for reviewing, patch applied. Sorry I have just realized set_normalized_timespec() (used in timespec_sub()) is not exported, and link will fail because of it... What should I/we do? Send the patch to LKML as well? --- Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@xxxxxxxxxxxxxx> --- diff --git a/kernel/time.c b/kernel/time.c index a5ec013..35d373a 100644 --- a/kernel/time.c +++ b/kernel/time.c @@ -379,6 +379,7 @@ void set_normalized_timespec(struct time ts->tv_sec = sec; ts->tv_nsec = nsec; } +EXPORT_SYMBOL(set_normalized_timespec); /** * ns_to_timespec - Convert nanoseconds to timespec --yoshfuji -- To unsubscribe from this list: send the line "unsubscribe dccp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html