Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1283941
| From | "Gabriel L. Somlo" <somlo@cmu.edu> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v6 2/4] kobject: export kset_find_obj() for module use |
| Date | 2015-12-04 16:40 +0100 |
| Message-ID | <qC0CJ-4wp-15@gated-at.bofh.it> (permalink) |
| References | <qC0CJ-4wp-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Gabriel Somlo <somlo@cmu.edu>
Signed-off-by: Gabriel Somlo <somlo@cmu.edu>
---
lib/kobject.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/kobject.c b/lib/kobject.c
index 7cbccd2..90d1be6 100644
--- a/lib/kobject.c
+++ b/lib/kobject.c
@@ -861,6 +861,7 @@ struct kobject *kset_find_obj(struct kset *kset, const char *name)
spin_unlock(&kset->list_lock);
return ret;
}
+EXPORT_SYMBOL(kset_find_obj);
static void kset_release(struct kobject *kobj)
{
--
2.4.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v6 0/4] SysFS driver for QEMU fw_cfg device "Gabriel L. Somlo" <somlo@cmu.edu> - 2015-12-04 16:40 +0100 [PATCH v6 2/4] kobject: export kset_find_obj() for module use "Gabriel L. Somlo" <somlo@cmu.edu> - 2015-12-04 16:40 +0100 [PATCH v6 3/4] firmware: create directory hierarchy for sysfs fw_cfg entries "Gabriel L. Somlo" <somlo@cmu.edu> - 2015-12-04 16:40 +0100 [PATCH v6 1/4] firmware: introduce sysfs driver for QEMU's fw_cfg device "Gabriel L. Somlo" <somlo@cmu.edu> - 2015-12-04 16:40 +0100
csiph-web