Skip to content

Commit f0e6e6f

Browse files
vittyvkMarc Zyngier
authored andcommitted
KVM: Drop stale kvm_is_transparent_hugepage() declaration
kvm_is_transparent_hugepage() was removed in commit 205d76f ("KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()") but its declaration in include/linux/kvm_host.h persisted. Drop it. Fixes: 205d76f (""KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()") Signed-off-by: Vitaly Kuznetsov <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 636dcd0 commit f0e6e6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/kvm_host.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,6 @@ int kvm_cpu_has_pending_timer(struct kvm_vcpu *vcpu);
11741174

11751175
bool kvm_is_reserved_pfn(kvm_pfn_t pfn);
11761176
bool kvm_is_zone_device_pfn(kvm_pfn_t pfn);
1177-
bool kvm_is_transparent_hugepage(kvm_pfn_t pfn);
11781177

11791178
struct kvm_irq_ack_notifier {
11801179
struct hlist_node link;

0 commit comments

Comments
 (0)