aboutsummaryrefslogtreecommitdiffstats
path: root/p17.patch
diff options
Diffstat (limited to 'p17.patch')
-rw-r--r--p17.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/p17.patch b/p17.patch
index 579db636b78bec..097268b6aece3c 100644
--- a/p17.patch
+++ b/p17.patch
@@ -1,3 +1,15 @@
+From foo@baz Mon Oct 7 18:15:13 PDT 2013
+Date: Mon, 07 Oct 2013 18:15:13 -0700
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: i2o: 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 i2o bus code to use the
+correct field.
+
+Cc: Andrew Morton <akpm@linux-foundation.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/message/i2o/core.h | 2 +-
drivers/message/i2o/device.c | 32 +++++++++++++++++++++-----------