diff options
| author | 2012-03-15 18:16:49 -0400 | |
|---|---|---|
| committer | 2012-04-08 12:49:54 +0300 | |
| commit | 248997095d652576f1213028a95ca5fff85d089f (patch) | |
| tree | d8748d36d399e7b33b5050b50ca2402d6941fcee | |
| parent | KVM: fix kvm_vcpu_kick build failure on S390 (diff) | |
| download | linux-dev-248997095d652576f1213028a95ca5fff85d089f.tar.xz linux-dev-248997095d652576f1213028a95ca5fff85d089f.zip | |
kvmclock: remove unneeded EXPORT macro
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>
| -rw-r--r-- | arch/x86/kernel/kvmclock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/kvmclock.c b/arch/x86/kernel/kvmclock.c index 4ba090ca689d..086eb58c6e80 100644 --- 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", |
