diff options
Diffstat (limited to 'p05.patch')
| -rw-r--r-- | p05.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/p05.patch b/p05.patch index a7760fe0fedc28..362f00870ae6df 100644 --- a/p05.patch +++ b/p05.patch @@ -1,3 +1,16 @@ +From foo@baz Sun Oct 6 13:37:35 PDT 2013 +Date: Sun, 06 Oct 2013 13:37:35 -0700 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: uwb: 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 uwb bus code to use the +correct field. + +Cc: Bruno Morelli <bruno@evidence.eu.com> +Cc: <linux-usb@vger.kernel.org> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- drivers/uwb/umc-bus.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) |
