aboutsummaryrefslogtreecommitdiffstats
path: root/p07.patch
diff options
Diffstat (limited to 'p07.patch')
-rw-r--r--p07.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/p07.patch b/p07.patch
index a04b2c093314a7..9842fc2c16ccd6 100644
--- a/p07.patch
+++ b/p07.patch
@@ -1,3 +1,17 @@
+From foo@baz Sun Oct 6 13:39:27 PDT 2013
+Date: Sun, 06 Oct 2013 13:39:27 -0700
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: pcmcia: 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 pcmcia bus code to use the
+correct field.
+
+Cc: Bill Pemberton <wfp5p@virginia.edu>
+Cc: <linux-pcmcia@lists.infradead.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
---
drivers/pcmcia/ds.c | 63 +++++++++++++++++++++++++++++++---------------------
1 file changed, 38 insertions(+), 25 deletions(-)