aboutsummaryrefslogtreecommitdiffstats
path: root/d07.patch
diff options
Diffstat (limited to 'd07.patch')
-rw-r--r--d07.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/d07.patch b/d07.patch
index df85fc6a4c8aa8..2e8b3d0acef337 100644
--- a/d07.patch
+++ b/d07.patch
@@ -1,3 +1,16 @@
+From foo@baz Thu Jun 8 15:03:19 CEST 2017
+Date: Thu, 08 Jun 2017 15:03:19 +0200
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: net: ehea: convert to use DRIVER_ATTR_RO
+
+We are trying to get rid of DRIVER_ATTR(), and the ehea driver's
+attribute can be trivially changed to use DRIVER_ATTR_RO().
+
+Cc: Douglas Miller <dougmill@linux.vnet.ibm.com>
+Cc: <netdev@vger.kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
---
drivers/net/ethernet/ibm/ehea/ehea_main.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)