KVM: Remove unnecessary export of kvm_{inc,dec}_notifier_count()
[sfrench/cifs-2.6.git] / virt / kvm / kvm_main.c
index 3e67c93ca403c51a672ca3da8cd0d67521fde86e..140c7d3110217f37f3f96f123bee9c07efd53085 100644 (file)
@@ -638,7 +638,6 @@ void kvm_inc_notifier_count(struct kvm *kvm, unsigned long start,
                        max(kvm->mmu_notifier_range_end, end);
        }
 }
-EXPORT_SYMBOL_GPL(kvm_inc_notifier_count);
 
 static int kvm_mmu_notifier_invalidate_range_start(struct mmu_notifier *mn,
                                        const struct mmu_notifier_range *range)
@@ -690,8 +689,6 @@ void kvm_dec_notifier_count(struct kvm *kvm, unsigned long start,
         */
        kvm->mmu_notifier_count--;
 }
-EXPORT_SYMBOL_GPL(kvm_dec_notifier_count);
-
 
 static void kvm_mmu_notifier_invalidate_range_end(struct mmu_notifier *mn,
                                        const struct mmu_notifier_range *range)