aboutsummaryrefslogtreecommitdiffstats
path: root/p14.patch
diff options
Diffstat (limited to 'p14.patch')
-rw-r--r--p14.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/p14.patch b/p14.patch
index 15aef414c81510..1e68f1ae1f8b97 100644
--- a/p14.patch
+++ b/p14.patch
@@ -1,3 +1,17 @@
+From foo@baz Mon Oct 7 18:11:58 PDT 2013
+Date: Mon, 07 Oct 2013 18:11:58 -0700
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: virtio: convert bus code to use dev_groups
+
+The dev_attrs field of struct bus_type is going away soon, dev_groups
+should be used instead. This converts the virtio bus code to use the
+correct field.
+
+Cc: Rusty Russell <rusty@rustcorp.com.au>
+Cc: "Michael S. Tsirkin" <mst@redhat.com>
+Cc: <virtualization@lists.linux-foundation.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/virtio/virtio.c | 27 +++++++++++++++++++--------
1 file changed, 19 insertions(+), 8 deletions(-)