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 4ba090c..086eb58 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",