diff options
author | Sean Christopherson <sean.j.christopherson@intel.com> | 2020-05-28 05:11:21 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-06-04 20:12:36 +0200 |
commit | 0e96edd9a9c2e75ece7f581d4f75d26b38cd53ba (patch) | |
tree | a5c4cb7f57314122c95e3820afffa6fcd7b13f26 /arch/x86/kernel/kvm.c | |
parent | KVM: MIPS: Enable KVM support for Loongson-3 (diff) | |
download | linux-0e96edd9a9c2e75ece7f581d4f75d26b38cd53ba.tar.xz linux-0e96edd9a9c2e75ece7f581d4f75d26b38cd53ba.zip |
x86/kvm: Remove defunct KVM_DEBUG_FS Kconfig
Remove KVM_DEBUG_FS, which can easily be misconstrued as controlling
KVM-as-a-host. The sole user of CONFIG_KVM_DEBUG_FS was removed by
commit cfd8983f03c7b ("x86, locking/spinlocks: Remove ticket (spin)lock
implementation").
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Message-Id: <20200528031121.28904-1-sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kernel/kvm.c')
-rw-r--r-- | arch/x86/kernel/kvm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/kvm.c b/arch/x86/kernel/kvm.c index d6f22a3a1f7d..7e6403a8d861 100644 --- a/arch/x86/kernel/kvm.c +++ b/arch/x86/kernel/kvm.c @@ -21,7 +21,6 @@ #include <linux/sched.h> #include <linux/slab.h> #include <linux/kprobes.h> -#include <linux/debugfs.h> #include <linux/nmi.h> #include <linux/swait.h> #include <asm/timer.h> |