aboutsummaryrefslogtreecommitdiffstats
path: root/p02.patch
diff options
Diffstat (limited to 'p02.patch')
-rw-r--r--p02.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/p02.patch b/p02.patch
index feb394858babd7..956056b882fb58 100644
--- a/p02.patch
+++ b/p02.patch
@@ -1,3 +1,19 @@
+From foo@baz Sun Oct 6 13:31:27 PDT 2013
+Date: Sun, 06 Oct 2013 13:31:27 -0700
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: mdio_bus: 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 MDIO bus code to use the
+correct field.
+
+Cc: David S. Miller <davem@davemloft.net>
+Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
+Cc: Nick Bowler <nbowler@elliptictech.com>
+Cc: <netdev@vger.kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
---
drivers/net/phy/mdio_bus.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)