aboutsummaryrefslogtreecommitdiffstats
path: root/c07.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-06 15:20:25 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-06 15:20:25 +0200
commit45b73d99c1db274964d8f1abc21150ac33989d6e (patch)
tree5a5a5981f72ebbb292cea62950a78d198efaea98 /c07.patch
parent6e287ace225948565fdcbe3c5cc75d3843af79d0 (diff)
downloadpatches-45b73d99c1db274964d8f1abc21150ac33989d6e.tar.gz
add headers to c??.patch
Diffstat (limited to 'c07.patch')
-rw-r--r--c07.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/c07.patch b/c07.patch
index 6915c84ea0da11..7f95a5aa87aaca 100644
--- a/c07.patch
+++ b/c07.patch
@@ -1,3 +1,16 @@
+From foo@baz Tue Jun 6 14:48:22 CEST 2017
+Date: Tue, 06 Jun 2017 14:48:22 +0200
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: gpio: 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.
+
+Cc: Linus Walleij <linus.walleij@linaro.org>
+Cc: Alexandre Courbot <gnurou@gmail.com>
+Cc: <linux-gpio@vger.kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/gpio/gpiolib-sysfs.c | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)