diff options
Diffstat (limited to 'p06.patch')
| -rw-r--r-- | p06.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/p06.patch b/p06.patch index 983028cd548547..d5bfcb5438b56c 100644 --- a/p06.patch +++ b/p06.patch @@ -1,3 +1,16 @@ +From foo@baz Sun Oct 6 13:38:32 PDT 2013 +Date: Sun, 06 Oct 2013 13:38:32 -0700 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: bcma: 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 bcma bus code to use the +correct field. + +Cc: Rafał Miłecki <zajec5@gmail.com> +Cc: <linux-wireless@vger.kernel.org> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- drivers/bcma/main.c | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) |
