diff mbox

[1/4] vfio-mdev: Remove an unused structure element

Message ID 20161221232720.6091.60209.stgit@gimli.home (mailing list archive)
State New, archived
Headers show

Commit Message

Alex Williamson Dec. 21, 2016, 11:27 p.m. UTC
From: Alex Williamson <alwillia@nuc.home>

Cc: Kirti Wankhede <kwankhede@nvidia.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
---
 include/linux/mdev.h |    1 -
 1 file changed, 1 deletion(-)


--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/linux/mdev.h b/include/linux/mdev.h
index ec819e9..c3dbf0e 100644
--- a/include/linux/mdev.h
+++ b/include/linux/mdev.h
@@ -35,7 +35,6 @@  struct mdev_device {
 
 	/* internal */
 	struct kref		ref;
-	struct list_head	next;
 	struct kobject		*type_kobj;
 };