]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
kvmclock: remove unneeded EXPORT macro
authorEric B Munson <emunson@mgebm.net>
Thu, 15 Mar 2012 22:16:49 +0000 (18:16 -0400)
committerAvi 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

index 4ba090ca689db5322fb242b98b53158de5447dc9..086eb58c6e801134296372acd7d9efb36de6d12b 100644 (file)
@@ -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",