The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH -mmotm] fix double export of kobject_rename
@ 2008-06-27 11:39 Johannes Weiner
  2008-06-27 11:57 ` Hugh Dickins
  0 siblings, 1 reply; 3+ messages in thread
From: Johannes Weiner @ 2008-06-27 11:39 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

Probably a merging error, line comes from the merge with -next.

Signed-off-by: Johannes Weiner <hannes@saeurebad.de>
---

diff --git a/lib/kobject.c b/lib/kobject.c
index 8761ef6..abfb1e2 100644
--- a/lib/kobject.c
+++ b/lib/kobject.c
@@ -540,7 +540,6 @@ out:
 	kfree(devpath);
 	return error;
 }
-EXPORT_SYMBOL_GPL(kobject_rename);
 
 /**
  * kobject_del - unlink kobject from hierarchy.

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-06-27 12:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-27 11:39 [PATCH -mmotm] fix double export of kobject_rename Johannes Weiner
2008-06-27 11:57 ` Hugh Dickins
2008-06-27 12:34   ` Johannes Weiner

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