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 /i02.patch | |
| parent | 9e06a307a040bb17573afb2f48b6a7d26920394f (diff) | |
| download | patches-3902a3380e248445512f8c831b632cbf12927dc8.tar.gz | |
updates
Diffstat (limited to 'i02.patch')
| -rw-r--r-- | i02.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/i02.patch b/i02.patch index bf333e9fbea1a7..f0864cf6b0a888 100644 --- a/i02.patch +++ b/i02.patch @@ -1,4 +1,24 @@ +From foo@baz Sun Oct 6 13:29:07 PDT 2013 +Date: Sun, 06 Oct 2013 13:29:07 -0700 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: ipack: 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 ipack bus code to use the +correct field. + +Cc: Samuel Iglesias Gonsalvez <siglesias@igalia.com> +Cc: Jens Taprogge <jens.taprogge@taprogge.org> +Cc: <industrypack-devel@lists.sourceforge.net> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> + --- + +Samuel and Jens, I can take this through my driver-core tree if you +don't want to take it through yours, just let me know what works best +for you. + drivers/ipack/ipack.c | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) |
