* [PATCH 1/2] timekeeping: add EXPORT_SYMBOL_GPL for do_adjtimex()
@ 2014-10-14 11:10 Thomas Shao
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Shao @ 2014-10-14 11:10 UTC (permalink / raw)
To: tglx, gregkh, linux-kernel, devel, olaf, apw, jasowang, kys; +Cc: Thomas Shao
Export do_adjtimex function for hyper-v Time Synchronization component
Signed-off-by: Thomas Shao <huishao@microsoft.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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/2] timekeeping: add EXPORT_SYMBOL_GPL for do_adjtimex()
@ 2014-10-14 11:18 Thomas Shao
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Shao @ 2014-10-14 11:18 UTC (permalink / raw)
To: tglx, gregkh, linux-kernel, devel, olaf, apw, jasowang, kys; +Cc: Thomas Shao
Export do_adjtimex function for hyper-v Time Synchronization component
Signed-off-by: Thomas Shao <huishao@microsoft.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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-14 10:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-14 11:10 [PATCH 1/2] timekeeping: add EXPORT_SYMBOL_GPL for do_adjtimex() Thomas Shao
2014-10-14 11:18 Thomas Shao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®