提交 9104e427 编写于 作者: A Al Viro

switch sysfs attr->mode to umode_t

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 2c9ede55
......@@ -389,7 +389,7 @@ static ssize_t bios_enabled_show(struct device *dev,
return sprintf(buf, "%s\n", bios_enabled ? "enabled" : "disabled");
}
static int intel_menlow_add_one_attribute(char *name, int mode, void *show,
static int intel_menlow_add_one_attribute(char *name, umode_t mode, void *show,
void *store, struct device *dev,
acpi_handle handle)
{
......
......@@ -25,7 +25,7 @@ enum kobj_ns_type;
struct attribute {
const char *name;
mode_t mode;
umode_t mode;
#ifdef CONFIG_DEBUG_LOCK_ALLOC
struct lock_class_key *key;
struct lock_class_key skey;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册