aboutsummaryrefslogtreecommitdiffstats
path: root/p08.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-06 13:54:52 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-06 13:54:52 -0700
commit3902a3380e248445512f8c831b632cbf12927dc8 (patch)
tree52ba3ef38fd4316c04be1f5a4cbf363e26a6d1a1 /p08.patch
parent9e06a307a040bb17573afb2f48b6a7d26920394f (diff)
downloadpatches-3902a3380e248445512f8c831b632cbf12927dc8.tar.gz
updates
Diffstat (limited to 'p08.patch')
-rw-r--r--p08.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/p08.patch b/p08.patch
index a59cf69031439d..9947c9df405f0b 100644
--- a/p08.patch
+++ b/p08.patch
@@ -1,3 +1,17 @@
+From foo@baz Sun Oct 6 13:52:56 PDT 2013
+Date: Sun, 06 Oct 2013 13:52:56 -0700
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: rapidio: 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 rapidio bus code to use the
+correct field.
+
+Cc: Matt Porter <mporter@kernel.crashing.org>
+Cc: Alexandre Bounine <alexandre.bounine@idt.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
---
drivers/rapidio/rio-driver.c | 2 +-
drivers/rapidio/rio-sysfs.c | 38 ++++++++++++++++++++++++--------------