aboutsummaryrefslogtreecommitdiffstats
path: root/c09.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-12-11 18:15:35 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-12-11 18:15:35 +0100
commit22276c57445de5b29e143affdabe72576ab8dce3 (patch)
tree14754e08a6fafa472065b31afe5123c47281bb58 /c09.patch
parent946cb48082b0bbff0bb96b3f816d0327bf409d79 (diff)
downloadpatches-22276c57445de5b29e143affdabe72576ab8dce3.tar.gz
usermode helper patches added
Diffstat (limited to 'c09.patch')
-rw-r--r--c09.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/c09.patch b/c09.patch
index d6cca560e1da40..bf2461b55dd8f1 100644
--- a/c09.patch
+++ b/c09.patch
@@ -36,7 +36,7 @@
return -EINVAL;
}
-+static CLASS_ATTRIBUTE_WO(add);
++static CLASS_ATTR_WO(add);
-static ssize_t class_pktcdvd_store_remove(struct class *c,
- struct class_attribute *attr,
@@ -51,7 +51,7 @@
}
return -EINVAL;
}
-+static CLASS_ATTRIBUTE_WO(remove);
++static CLASS_ATTR_WO(remove);
-static struct class_attribute class_pktcdvd_attrs[] = {
- __ATTR(add, 0200, NULL, class_pktcdvd_store_add),