aboutsummaryrefslogtreecommitdiffstats
path: root/p13.patch
diff options
Diffstat (limited to 'p13.patch')
-rw-r--r--p13.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/p13.patch b/p13.patch
index 50d4136058a5ba..90e12654f8604a 100644
--- a/p13.patch
+++ b/p13.patch
@@ -1,3 +1,16 @@
+From foo@baz Mon Oct 7 18:11:02 PDT 2013
+Date: Mon, 07 Oct 2013 18:11:02 -0700
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: spi: 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 spi bus code to use the
+correct field.
+
+Cc: Mark Brown <broonie@kernel.org>
+Cc: <linux-spi@vger.kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/spi/spi.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)