aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary S. Robertson <gary.robertson@linaro.org>2015-04-08 11:50:35 -0500
committerGary S. Robertson <gary.robertson@linaro.org>2015-04-08 11:50:35 -0500
commit6302b4f13e77167b5b770a7c81c0fc781448ec93 (patch)
tree8b115a42e463c868dd04382eb67786e878fd2c89
parent384ac30afba460426082d182c4860da5d6f84f04 (diff)
Revert "Make kvm_vfio_ops externally visible per <linux/kvm_host.h> declaraton"
This reverts commit ed06255a1ab1b09274e54cf3351c45587ee9c887. Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org>
-rw-r--r--virt/kvm/vfio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt/kvm/vfio.c b/virt/kvm/vfio.c
index fd1170f7dfdb..4c8a2e17ed81 100644
--- a/virt/kvm/vfio.c
+++ b/virt/kvm/vfio.c
@@ -235,7 +235,7 @@ static void kvm_vfio_destroy(struct kvm_device *dev)
static int kvm_vfio_create(struct kvm_device *dev, u32 type);
-struct kvm_device_ops kvm_vfio_ops = {
+static struct kvm_device_ops kvm_vfio_ops = {
.name = "kvm-vfio",
.create = kvm_vfio_create,
.destroy = kvm_vfio_destroy,