aboutsummaryrefslogtreecommitdiffstats
path: root/d03.patch
diff options
Diffstat (limited to 'd03.patch')
-rw-r--r--d03.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/d03.patch b/d03.patch
index 884f2fa3b2dad3..481044ca9606d9 100644
--- a/d03.patch
+++ b/d03.patch
@@ -1,3 +1,15 @@
+From foo@baz Thu Jun 8 15:02:52 CEST 2017
+Date: Thu, 08 Jun 2017 15:02:52 +0200
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: PCI: pci-driver: convert to use DRIVER_ATTR_WO
+
+We are trying to get rid of DRIVER_ATTR(), and all of the pci-driver
+core driver attributes can be trivially changed to use DRIVER_ATTR_WO().
+
+Cc: Bjorn Helgaas <bhelgaas@google.com>
+Cc: <linux-pci@vger.kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/pci/pci-driver.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)