diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-06 13:54:52 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-06 13:54:52 -0700 |
| commit | 3902a3380e248445512f8c831b632cbf12927dc8 (patch) | |
| tree | 52ba3ef38fd4316c04be1f5a4cbf363e26a6d1a1 /p03.patch | |
| parent | 9e06a307a040bb17573afb2f48b6a7d26920394f (diff) | |
| download | patches-3902a3380e248445512f8c831b632cbf12927dc8.tar.gz | |
updates
Diffstat (limited to 'p03.patch')
| -rw-r--r-- | p03.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/p03.patch b/p03.patch index 4709d871da3dba..b9150be474e934 100644 --- a/p03.patch +++ b/p03.patch @@ -1,3 +1,17 @@ +From foo@baz Sun Oct 6 13:34:21 PDT 2013 +Date: Sun, 06 Oct 2013 13:34:21 -0700 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: PNP: 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 PNP bus code to use the +correct field. + +Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com> +Cc: Bjorn Helgaas <bhelgaas@google.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> + --- drivers/pnp/base.h | 2 +- drivers/pnp/driver.c | 2 +- |
