KVM: Remove unused kvm_device_{get,put}() declarations
authorYue Haibing <yuehaibing@huawei.com>
Mon, 14 Aug 2023 14:03:39 +0000 (22:03 +0800)
committerSean Christopherson <seanjc@google.com>
Thu, 17 Aug 2023 18:58:57 +0000 (11:58 -0700)
commit1f8403953f05af591ab72cf749b9b9b837ea9595
treeba1d801260760327371f6ea6d06b49fba11ed2bf
parent3e1efe2b67d3d38116ec010968dbcd89d29e4561
KVM: Remove unused kvm_device_{get,put}() declarations

Commit 07f0a7bdec5c ("kvm: destroy emulated devices on VM exit") removed the
functions but not these declarations.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20230814140339.47732-1-yuehaibing@huawei.com
[sean: split to separate patch]
Signed-off-by: Sean Christopherson <seanjc@google.com>
include/linux/kvm_host.h