[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CD2CABCB2C0A0D4682C5F8AD840141540D26C3@HKXPRD3002MB006.064d.mgd.msft.net>
Date: Tue, 21 Oct 2014 02:37:26 +0000
From: Thomas Shao <huishao@...rosoft.com>
To: Thomas Gleixner <tglx@...utronix.de>
CC: "gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
LKML <linux-kernel@...r.kernel.org>,
"devel@...uxdriverproject.org" <devel@...uxdriverproject.org>,
"olaf@...fle.de" <olaf@...fle.de>,
"apw@...onical.com" <apw@...onical.com>,
"jasowang@...hat.com" <jasowang@...hat.com>,
KY Srinivasan <kys@...rosoft.com>,
John Stultz <john.stultz@...aro.org>
Subject: RE: [PATCH v2 1/2] timekeeping: add EXPORT_SYMBOL_GPL for
do_adjtimex()
> -----Original Message-----
> From: Thomas Gleixner [mailto:tglx@...utronix.de]
> Sent: Tuesday, October 21, 2014 2:28 AM
> To: Thomas Shao
> Cc: gregkh@...uxfoundation.org; LKML; devel@...uxdriverproject.org;
> olaf@...fle.de; apw@...onical.com; jasowang@...hat.com; KY Srinivasan;
> John Stultz
> Subject: Re: [PATCH v2 1/2] timekeeping: add EXPORT_SYMBOL_GPL for
> do_adjtimex()
>
> On Wed, 15 Oct 2014, Thomas Shao wrote:
>
> And again you forgot to cc John Stultz on this....
I'll cc John Stultz in the future. Sorry for that.
>
> > Export do_adjtimex function for hyper-v Time Synchronization component
> >
> > Signed-off-by: Thomas Shao <huishao@...rosoft.com>
> > ---
> > kernel/time/timekeeping.c | 1 +
> > 1 files changed, 1 insertions(+), 0 deletions(-)
> >
> > diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c
> > index ec1791f..205a4b3 100644
> > --- a/kernel/time/timekeeping.c
> > +++ b/kernel/time/timekeeping.c
> > @@ -1786,6 +1786,7 @@ int do_adjtimex(struct timex *txc)
> >
> > return ret;
> > }
> > +EXPORT_SYMBOL_GPL(do_adjtimex);
> >
> > #ifdef CONFIG_NTP_PPS
> > /**
> > --
> > 1.7.1
> >
> >
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists