diff options
Diffstat (limited to 'p10.patch')
| -rw-r--r-- | p10.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/p10.patch b/p10.patch index 9925d665ac1234..1b3c9626aafe60 100644 --- a/p10.patch +++ b/p10.patch @@ -1,3 +1,19 @@ +From foo@baz Sun Oct 6 23:40:53 PDT 2013 +Date: Sun, 06 Oct 2013 23:40:53 -0700 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: xenbus: 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 xenbus code to use the +correct field. + +Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> +Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com> +Cc: David Vrabel <david.vrabel@citrix.com> +Cc: <xen-devel@lists.xenproject.org> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> + --- drivers/xen/xenbus/xenbus_probe.c | 24 ++++++++++++++++++------ drivers/xen/xenbus/xenbus_probe.h | 2 +- |
