diff options
| -rw-r--r-- | driver-core-add-class_attr_wo.patch | 2 |
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) |
