[PATCH 2.6.21-rc5] kernel/time.c: add missing symbol exports

2007-04-04 Thread Thomas Bittermann
From: Thomas Bittermann <[EMAIL PROTECTED]> This patch adds 2 missing symbol exports: jiffies_to_timeval timeval_to_jiffies Signed-off-by: Thomas Bittermann <[EMAIL PROTECTED]> --- kernel/time.c |2 ++ 1 file changed, 2 insertions(+) Index: linux-2.6.21-rc5.fix/k

Re: [PATCH 2.6.21-rc5] kernel/time.c: add missing symbol exports

2007-04-04 Thread Thomas Bittermann
Andrew Morton schrieb: > On Wed, 04 Apr 2007 22:20:54 +0200 > Thomas Bittermann <[EMAIL PROTECTED]> wrote: > >> This patch adds 2 missing symbol exports: >> >> jiffies_to_timeval >> timeval_to_jiffies > > I don't see any in-tree code which need

Re: [PATCH 2.6.21-rc5] kernel/time.c: add missing symbol exports

2007-04-04 Thread Thomas Bittermann
Ingo Molnar schrieb: > * Andrew Morton <[EMAIL PROTECTED]> wrote: > >>> I'm working on a Fedora 7 LiveCD which integrates dm-raid4-5 >>> (http://people.redhat.com/~heinzm/sw/dm/dm-raid45/readme). >>> dm-raid4-5.c uses jiffies_to_timeval() ... >> Fair enough. >> >> John/Ingo/Thomas: have you any