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

From: Thomas Gleixner
Date: Tue Oct 14 2014 - 05:14:35 EST


On Tue, 14 Oct 2014, Thomas Shao wrote:
> > -----Original Message-----
> > From: Greg KH [mailto:gregkh@xxxxxxxxxxxxxxxxxxx]
> > Sent: Tuesday, October 14, 2014 3:35 PM
> > To: Thomas Shao
> > Cc: tglx@xxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx;
> > devel@xxxxxxxxxxxxxxxxxxxxxx; olaf@xxxxxxxxx; apw@xxxxxxxxxxxxx;
> > jasowang@xxxxxxxxxx; 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.

And please make that export a separate patch.

Thanks,

tglx
--
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/