diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-05-19 18:00:52 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-05-30 07:28:42 +0400 |
commit | 726592a9be0bdf919399d3dfa633f8e2d69cbf13 (patch) | |
tree | 82acd761eb06d24b0d97acb06006bb558e7a0832 /drivers/base/soc.c | |
parent | 16767652380074fd2a87ae7486e0fe0b609daf00 (diff) | |
download | linux-726592a9be0bdf919399d3dfa633f8e2d69cbf13.tar.xz |
mode_t whack-a-mole: ->is_visible() returns umode_t...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/base/soc.c')
-rw-r--r-- | drivers/base/soc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/soc.c b/drivers/base/soc.c index ba29b2e73d48..72b5e7280d14 100644 --- a/drivers/base/soc.c +++ b/drivers/base/soc.c @@ -42,7 +42,7 @@ struct device *soc_device_to_device(struct soc_device *soc_dev) return &soc_dev->dev; } -static mode_t soc_attribute_mode(struct kobject *kobj, +static umode_t soc_attribute_mode(struct kobject *kobj, struct attribute *attr, int index) { |