Commit 9ec0fd4e authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

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
...@@ -34,7 +34,7 @@ static const char *memory_uevent_name(struct kset *kset, struct kobject *kobj) ...@@ -34,7 +34,7 @@ static const char *memory_uevent_name(struct kset *kset, struct kobject *kobj)
return MEMORY_CLASS_NAME; 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; int retval = 0;
......
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