projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c84780
)
kvmclock: remove unneeded EXPORT macro
author
Eric B Munson
<emunson@mgebm.net>
Thu, 15 Mar 2012 22:16:49 +0000
(18:16 -0400)
committer
Avi Kivity
<avi@redhat.com>
Sun, 8 Apr 2012 09:49:54 +0000
(12:49 +0300)
check_and_clear_guest_paused does not need to be exported as it isn't used
by any modules, remove the export.
Signed-off-by: Eric B Munson <emunson@mgebm.net>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kernel/kvmclock.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/kvmclock.c
b/arch/x86/kernel/kvmclock.c
index 4ba090ca689db5322fb242b98b53158de5447dc9..086eb58c6e801134296372acd7d9efb36de6d12b 100644
(file)
--- a/
arch/x86/kernel/kvmclock.c
+++ b/
arch/x86/kernel/kvmclock.c
@@
-133,7
+133,6
@@
bool kvm_check_and_clear_guest_paused(void)
return ret;
}
-EXPORT_SYMBOL_GPL(kvm_check_and_clear_guest_paused);
static struct clocksource kvm_clock = {
.name = "kvm-clock",