aboutsummaryrefslogtreecommitdiffstats
path: root/f05.patch
diff options
Diffstat (limited to 'f05.patch')
-rw-r--r--f05.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/f05.patch b/f05.patch
index f77e0239e38971..3fcfdec558aa8b 100644
--- a/f05.patch
+++ b/f05.patch
@@ -1,3 +1,15 @@
+From foo@baz Mon Sep 9 14:35:13 PDT 2013
+Date: Mon, 09 Sep 2013 14:35:13 -0700
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: hv: move "class_id" bus attribute to dev_groups
+
+This moves the "class_id" bus attribute to the dev_groups structure,
+removing the need for it to be in a temporary structure.
+
+Cc: "K. Y. Srinivasan" <kys@microsoft.com>
+Cc: Haiyang Zhang <haiyangz@microsoft.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/hv/channel.c | 2 --
drivers/hv/vmbus_drv.c | 22 +++++++++++++++-------