diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-30 15:37:22 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-30 15:37:22 +0100 |
| commit | 946cb48082b0bbff0bb96b3f816d0327bf409d79 (patch) | |
| tree | ddf24fb1cffad74877ccd6d4c3421cf8e6cc5bb8 /c10.patch | |
| parent | 3c37d678907cad7f656ff2d3f1d7d9781cf90b58 (diff) | |
| download | patches-946cb48082b0bbff0bb96b3f816d0327bf409d79.tar.gz | |
more patches updated
Diffstat (limited to 'c10.patch')
| -rw-r--r-- | c10.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c10.patch b/c10.patch index 422409d813db94..f55fd6edc0bff7 100644 --- a/c10.patch +++ b/c10.patch @@ -17,7 +17,7 @@ return ret; } -+static CLASS_ATTRIBUTE_RO(model); ++static CLASS_ATTR_RO(model); -static ssize_t merisc_revision_show(struct class *class, char *buf) +static ssize_t revision_show(struct class *class, char *buf) @@ -28,7 +28,7 @@ return ret; } -+static CLASS_ATTRIBUTE_RO(revision); ++static CLASS_ATTR_RO(revision); -static struct class_attribute merisc_class_attrs[] = { - __ATTR(model, S_IRUGO, merisc_model_show, NULL), |
