diff options
Diffstat (limited to 'c03.patch')
| -rw-r--r-- | c03.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/c03.patch b/c03.patch index a5b910760d944a..b228b62ec56e6d 100644 --- a/c03.patch +++ b/c03.patch @@ -1,3 +1,13 @@ +From foo@baz Tue Jun 6 14:47:15 CEST 2017 +Date: Tue, 06 Jun 2017 14:47:15 +0200 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: uwb: use class_groups instead of class_attrs + +The class_attrs pointer is long depreciated, and is about to be finally +removed, so move to use the class_groups pointer instead. + +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- drivers/uwb/driver.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) |
