Skip to content
Snippets Groups Projects
Commit 9ec0fd4e authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

more uevent fallout (drivers/base/memory.c)


Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 409f2435
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ static const char *memory_uevent_name(struct kset *kset, struct kobject *kobj)
return MEMORY_CLASS_NAME;
}
static int memory_uevent(struct kset *kset, struct kobj_uevent_env *env)
static int memory_uevent(struct kset *kset, struct kobject *obj, struct kobj_uevent_env *env)
{
int retval = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment