diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-07 18:17:19 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-07 18:17:19 -0700 |
| commit | e55ad4e8010f5e1f4dd12d1390a7fb376e44ed38 (patch) | |
| tree | a3ffc538377ea23e96662269c2284704b1189e58 /p15.patch | |
| parent | f6e6720a59d48941664b57b5365cda8a8d4a3dc0 (diff) | |
| download | patches-e55ad4e8010f5e1f4dd12d1390a7fb376e44ed38.tar.gz | |
metadata updates
Diffstat (limited to 'p15.patch')
| -rw-r--r-- | p15.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/p15.patch b/p15.patch index 40afa69b45d3a3..b8cf0af7f089dc 100644 --- a/p15.patch +++ b/p15.patch @@ -1,3 +1,16 @@ +From foo@baz Mon Oct 7 18:13:26 PDT 2013 +Date: Mon, 07 Oct 2013 18:13:26 -0700 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: tifm: 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 tifm bus code to use the +correct field. + +Cc: Alex Dubov <oakad@yahoo.com> +Cc: Arnd Bergmann <arnd@arndb.de> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- drivers/misc/tifm_core.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) |
