Browse Source

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

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Al Viro 17 years ago
parent
commit
9ec0fd4e37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/base/memory.c

+ 1 - 1
drivers/base/memory.c

@@ -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;