[PATCH] hyperv: Implement Time Synchronization using host time sample

Thomas Shao huishao at microsoft.com
Tue Oct 14 08:39:46 UTC 2014


> -----Original Message-----
> From: Greg KH [mailto:gregkh at linuxfoundation.org]
> Sent: Tuesday, October 14, 2014 3:35 PM
> To: Thomas Shao
> Cc: tglx at linutronix.de; linux-kernel at vger.kernel.org;
> devel at linuxdriverproject.org; olaf at aepfle.de; apw at canonical.com;
> jasowang at redhat.com; KY Srinivasan
> Subject: Re: [PATCH] hyperv: Implement Time Synchronization using host
> time sample
> 
> On Tue, Oct 14, 2014 at 01:23:46AM -0700, Thomas Shao wrote:
> > --- a/kernel/time/timekeeping.c
> > +++ b/kernel/time/timekeeping.c
> > @@ -1786,6 +1786,7 @@ int do_adjtimex(struct timex *txc)
> >
> >  	return ret;
> >  }
> > +EXPORT_SYMBOL(do_adjtimex);
> 
> EXPORT_SYMBOL_GPL()?

Oh, yes,  I should use EXPORT_SYMBOL_GPL. I'll send a new patch. Thanks Greg.


More information about the devel mailing list