aboutsummaryrefslogtreecommitdiffstats
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-24 16:24:43 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-24 16:24:43 +0100
commit8617ccb8a6b3029e50b9fa2c8097a7e7ab88fc6b (patch)
tree1c1f72594f0203a89ba30e11fc2771e514a14deb
parent2a5877c705df10f16b3f43dd303c4db43e361fb0 (diff)
downloadpatches-8617ccb8a6b3029e50b9fa2c8097a7e7ab88fc6b.tar.gz
fuzz cleanup
-rw-r--r--driver-core-add-class_attr_wo.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-core-add-class_attr_wo.patch b/driver-core-add-class_attr_wo.patch
index 5bf798fd3cf73c..4fe5eaa76eeb48 100644
--- a/driver-core-add-class_attr_wo.patch
+++ b/driver-core-add-class_attr_wo.patch
@@ -16,7 +16,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
--- a/include/linux/device.h
+++ b/include/linux/device.h
-@@ -465,6 +465,8 @@ struct class_attribute {
+@@ -463,6 +463,8 @@ struct class_attribute {
struct class_attribute class_attr_##_name = __ATTR_RW(_name)
#define CLASS_ATTR_RO(_name) \
struct class_attribute class_attr_##_name = __ATTR_RO(_name)