diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-05-19 10:00:52 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-05-29 23:28:42 -0400 |
commit | 726592a9be0bdf919399d3dfa633f8e2d69cbf13 (patch) | |
tree | 82acd761eb06d24b0d97acb06006bb558e7a0832 /drivers/base | |
parent | 16767652380074fd2a87ae7486e0fe0b609daf00 (diff) |
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')
-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) | |||
42 | return &soc_dev->dev; | 42 | return &soc_dev->dev; |
43 | } | 43 | } |
44 | 44 | ||
45 | static mode_t soc_attribute_mode(struct kobject *kobj, | 45 | static umode_t soc_attribute_mode(struct kobject *kobj, |
46 | struct attribute *attr, | 46 | struct attribute *attr, |
47 | int index) | 47 | int index) |
48 | { | 48 | { |