Commit 726592a9 authored by Al Viro's avatar Al Viro

mode_t whack-a-mole: ->is_visible() returns umode_t...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 16767652
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment