Re: [PATCH v2 02/20] move get_jiffies_64 to kernel/time/jiffies.c
From: Thomas Gleixner
Date: Mon Jan 31 2011 - 06:36:58 EST
On Thu, 27 Jan 2011, Torben Hohn wrote:
> in order to make the xtime_lock local to kernel/time
> all users of this lock need to be moved there.
Did you even compile that ?
kernel/time/jiffies.c:83: warning: data definition has no type or storage class
kernel/time/jiffies.c:83: warning: type defaults to âintâ in declaration of âEXPORT_SYMBOLâ
kernel/time/jiffies.c:83: warning: parameter names (without types) in function declaration
That misses an #include <linux/module.h>
I fixed that up. Please be more careful next time.
Thanks,
tglx