diff options
Diffstat (limited to 'p09.patch')
| -rw-r--r-- | p09.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/p09.patch b/p09.patch index 96de9b4ed3484a..c6358f0b2098ae 100644 --- a/p09.patch +++ b/p09.patch @@ -1,3 +1,17 @@ +From foo@baz Sun Oct 6 13:53:48 PDT 2013 +Date: Sun, 06 Oct 2013 13:53:48 -0700 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: ssb: 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 ssb bus code to use the +correct field. + +Cc: Michael Buesch <m@bues.ch> +Cc: <netdev@vger.kernel.org> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> + --- drivers/ssb/main.c | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) |
