public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] more uevent fallout (drivers/base/memory.c)
@ 2007-10-14  5:53 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2007-10-14  5:53 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: gregkh, linux-kernel


Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
diff --git a/drivers/base/memory.c b/drivers/base/memory.c
index cb99dae..7a1390c 100644
--- a/drivers/base/memory.c
+++ b/drivers/base/memory.c
@@ -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;
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-14  5:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-14  5:53 [PATCH] more uevent fallout (drivers/base/memory.c) Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox