summaryrefslogtreecommitdiff
path: root/include/kvm/iodev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kvm/iodev.h')
-rw-r--r--include/kvm/iodev.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/kvm/iodev.h b/include/kvm/iodev.h
index d75fc4365746..56619e33251e 100644
--- a/include/kvm/iodev.h
+++ b/include/kvm/iodev.h
@@ -55,10 +55,4 @@ static inline int kvm_iodevice_write(struct kvm_vcpu *vcpu,
: -EOPNOTSUPP;
}
-static inline void kvm_iodevice_destructor(struct kvm_io_device *dev)
-{
- if (dev->ops->destructor)
- dev->ops->destructor(dev);
-}
-
#endif /* __KVM_IODEV_H__ */